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

Method subexpressions

eval/eval/evaluator_core.h:493–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491 const ExecutionPath& path() const { return path_; }
492
493 absl::Span<const ExecutionPathView> subexpressions() const {
494 return subexpressions_;
495 }
496
497 const cel::RuntimeOptions& options() const { return options_; }
498

Callers 2

CreateExpressionImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected