From 2c358e705bbde855b12780be86ef19501a62dfed Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Tue, 3 Mar 2026 07:57:33 -0800 Subject: [WARP] Server-side constraint matching Reduce networked functions by constraining on the returned set of functions on the server --- plugins/warp/api/warp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/warp/api/warp.h') diff --git a/plugins/warp/api/warp.h b/plugins/warp/api/warp.h index 01f4aaee..ccb4da97 100644 --- a/plugins/warp/api/warp.h +++ b/plugins/warp/api/warp.h @@ -409,7 +409,7 @@ namespace Warp { bool RemoveTypes(const Source &source, const std::vector &guids) const; - void FetchFunctions(const Target &target, const std::vector &guids, const std::vector &tags = {}) const; + void FetchFunctions(const Target &target, const std::vector &guids, const std::vector &tags = {}, const std::vector &constraints = {}) const; std::vector GetSourcesWithFunctionGUID(const Target &target, const FunctionGUID &guid) const; -- cgit v1.3.1