MCPcopy Create free account
hub / github.com/berthubert/trifecta / wrapPost

Method wrapPost

support.hh:163–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 void wrapGet(const std::set<Capability>& caps, const std::string& pattern, func f) { wrapGetOrPost(true, caps, pattern, f); };
162 template<typename func>
163 void wrapPost(const std::set<Capability>& caps, const std::string& pattern, func f) { wrapGetOrPost(false, caps, pattern, f); };
164 void standardFunctions();
165};

Callers 1

trifectaMainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected