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

Method MakeCall

eval/eval/function_step_test.cc:155–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 }
154
155 static CallExpr MakeCall() {
156 CallExpr call;
157 call.set_function("Sink");
158 call.mutable_args().emplace_back();
159 call.set_target(nullptr);
160 return call;
161 }
162
163 absl::Status Evaluate(absl::Span<const CelValue> args, CelValue* result,
164 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