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

Method ResolveFunction

eval/eval/function_step.cc:382–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380};
381
382absl::StatusOr<ResolveResult> LazyFunctionStep::ResolveFunction(
383 absl::Span<const cel::Value> input_args,
384 const ExecutionFrame* frame) const {
385 return ResolveLazy(input_args, name_, receiver_style_, providers_, *frame);
386}
387
388class StaticResolver {
389 public:

Callers

nothing calls this directly

Calls 1

ResolveLazyFunction · 0.85

Tested by

no test coverage detected