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

Method PerformRun

eval/public/builtin_func_test.cc:61–64  ·  view source on GitHub ↗

Helper method. Looks up in registry and tests comparison operation.

Source from the content-addressed store, hash-verified

59
60 // Helper method. Looks up in registry and tests comparison operation.
61 void PerformRun(absl::string_view operation, absl::optional<CelValue> target,
62 const std::vector<CelValue>& values, CelValue* result) {
63 PerformRun(operation, target, values, result, options_);
64 }
65
66 // Helper method. Looks up in registry and tests comparison operation.
67 void PerformRun(absl::string_view operation, absl::optional<CelValue> target,

Callers

nothing calls this directly

Calls 8

RegisterBuiltinFunctionsFunction · 0.85
set_functionMethod · 0.80
InsertValueMethod · 0.80
GetRegistryMethod · 0.80
has_valueMethod · 0.45
valueMethod · 0.45
set_nameMethod · 0.45

Tested by

no test coverage detected