| 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 |
no outgoing calls
no test coverage detected