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

Method IsDone

common/ast_traverse.cc:358–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358bool AstTraversal::IsDone() {
359 return state_ == nullptr || state_->stack.empty();
360}
361
362void AstTraverse(const Expr& expr, AstVisitor& visitor,
363 TraversalOptions options) {

Callers 2

CheckMethod · 0.80
TESTFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by 1

TESTFunction · 0.64