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

Function RegisterEqualityFunctions

eval/public/equality_function_registrar.cc:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 6

RegisterBuiltinFunctionsFunction · 0.70
ExpectResultFunction · 0.70
TESTFunction · 0.70
TEST_PFunction · 0.70
RunBenchmarkFunction · 0.70
RunIdentBenchmarkFunction · 0.70

Calls 1

ConvertToRuntimeOptionsFunction · 0.85

Tested by 5

ExpectResultFunction · 0.56
TESTFunction · 0.56
TEST_PFunction · 0.56
RunBenchmarkFunction · 0.56
RunIdentBenchmarkFunction · 0.56