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

Method MakeCall

eval/eval/function_step_test.cc:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 static CallExpr MakeCall(absl::string_view name) {
77 CallExpr call;
78 call.set_function(std::string(name));
79 call.set_target(nullptr);
80 return call;
81 }
82
83 absl::Status Evaluate(absl::Span<const CelValue> args, CelValue* result,
84 google::protobuf::Arena* arena) const override {

Callers

nothing calls this directly

Calls 2

set_functionMethod · 0.80
set_targetMethod · 0.45

Tested by

no test coverage detected