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

Function CreateActivationFunctionProvider

runtime/function_registry.cc:73–76  ·  view source on GitHub ↗

Create a CelFunctionProvider that just looks up the functions inserted in the Activation. This is a convenience implementation for a simple, common use-case.

Source from the content-addressed store, hash-verified

71// Activation. This is a convenience implementation for a simple, common
72// use-case.
73std::unique_ptr<cel::runtime_internal::FunctionProvider>
74CreateActivationFunctionProvider() {
75 return std::make_unique<ActivationFunctionProviderImpl>();
76}
77
78} // namespace
79

Callers 1

RegisterLazyFunctionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected