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

Function RegisterComparisonFunctions

eval/public/comparison_functions.cc:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace google::api::expr::runtime {
25
26absl::Status RegisterComparisonFunctions(CelFunctionRegistry* registry,
27 const InterpreterOptions& options) {
28 cel::RuntimeOptions modern_options = ConvertToRuntimeOptions(options);
29 cel::FunctionRegistry& modern_registry = registry->InternalGetRegistry();
30 return cel::RegisterComparisonFunctions(modern_registry, modern_options);
31}
32
33} // namespace google::api::expr::runtime

Callers 2

RegisterBuiltinFunctionsFunction · 0.70
TEST_PFunction · 0.70

Calls 1

ConvertToRuntimeOptionsFunction · 0.85

Tested by 1

TEST_PFunction · 0.56