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

Method ResolveFunction

eval/eval/function_step.cc:353–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351 overloads_(std::move(overloads)) {}
352
353 absl::StatusOr<ResolveResult> ResolveFunction(
354 absl::Span<const cel::Value> input_args,
355 const ExecutionFrame* frame) const override {
356 return ResolveStatic(input_args, overloads_);
357 }
358
359 private:
360 std::vector<cel::FunctionOverloadReference> overloads_;

Callers

nothing calls this directly

Calls 1

ResolveStaticFunction · 0.85

Tested by

no test coverage detected