MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / WrapFunction

Method WrapFunction

runtime/function_adapter.h:622–624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620 absl::AnyInvocable<T(U, V, W, X, const Function::InvokeContext&) const>;
621
622 static std::unique_ptr<cel::Function> WrapFunction(FunctionType fn) {
623 return std::make_unique<QuaternaryFunctionImpl>(std::move(fn));
624 }
625
626 template <typename F>
627 static std::enable_if_t<

Callers

nothing calls this directly

Calls 3

descriptor_poolMethod · 0.45
message_factoryMethod · 0.45
arenaMethod · 0.45

Tested by

no test coverage detected