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

Method wrapGet

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

Source from the content-addressed store, hash-verified

159
160 template<typename func>
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();

Callers 1

trifectaMainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected