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

Method MakeCall

eval/eval/function_step_test.cc:113–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 }
112
113 static CallExpr MakeCall() {
114 CallExpr call;
115 call.set_function("_+_");
116 call.mutable_args().emplace_back();
117 call.mutable_args().emplace_back();
118 call.set_target(nullptr);
119 return call;
120 }
121
122 absl::Status Evaluate(absl::Span<const CelValue> args, CelValue* result,
123 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