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

Function RegisterLogicalFunctions

eval/public/logical_function_registrar.cc:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22namespace google::api::expr::runtime {
23
24absl::Status RegisterLogicalFunctions(CelFunctionRegistry* registry,
25 const InterpreterOptions& options) {
26 return cel::RegisterLogicalFunctions(registry->InternalGetRegistry(),
27 ConvertToRuntimeOptions(options));
28}
29
30} // namespace google::api::expr::runtime

Callers 2

RegisterBuiltinFunctionsFunction · 0.70
ExpectResultFunction · 0.70

Calls 1

ConvertToRuntimeOptionsFunction · 0.85

Tested by 1

ExpectResultFunction · 0.56