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

Method Resolve

eval/eval/function_step.cc:411–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409 receiver_style_(receiver_style) {}
410
411 absl::StatusOr<ResolveResult> Resolve(ExecutionFrameBase& frame,
412 absl::Span<const Value> input) const {
413 return ResolveLazy(input, name_, receiver_style_, providers_, frame);
414 }
415
416 private:
417 std::vector<cel::FunctionRegistry::LazyOverload> providers_;

Callers

nothing calls this directly

Calls 1

ResolveLazyFunction · 0.85

Tested by

no test coverage detected