diff options
| author | Mason Reed <mason@vector35.com> | 2026-03-03 07:57:33 -0800 |
|---|---|---|
| committer | Mason Reed <35282038+emesare@users.noreply.github.com> | 2026-03-24 18:46:48 -0700 |
| commit | 2c358e705bbde855b12780be86ef19501a62dfed (patch) | |
| tree | 4f3012bdf36c9a0f7de4218790e6e1aa389621ba /plugins/warp/api/warp.h | |
| parent | 7877f7caa3535a7c477c911ddeafdf5bb14ebc14 (diff) | |
[WARP] Server-side constraint matching
Reduce networked functions by constraining on the returned set of functions on the server
Diffstat (limited to 'plugins/warp/api/warp.h')
| -rw-r--r-- | plugins/warp/api/warp.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<TypeGUID> &guids) const; - void FetchFunctions(const Target &target, const std::vector<FunctionGUID> &guids, const std::vector<SourceTag> &tags = {}) const; + void FetchFunctions(const Target &target, const std::vector<FunctionGUID> &guids, const std::vector<SourceTag> &tags = {}, const std::vector<ConstraintGUID> &constraints = {}) const; std::vector<Source> GetSourcesWithFunctionGUID(const Target &target, const FunctionGUID &guid) const; |
