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

Method Resolve

eval/eval/function_step.cc:393–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391 : overloads_(std::move(overloads)) {}
392
393 absl::StatusOr<ResolveResult> Resolve(ExecutionFrameBase& frame,
394 absl::Span<const Value> input) const {
395 return ResolveStatic(input, overloads_);
396 }
397
398 private:
399 std::vector<cel::FunctionOverloadReference> overloads_;

Callers

nothing calls this directly

Calls 1

ResolveStaticFunction · 0.85

Tested by

no test coverage detected