Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
358
bool AstTraversal::IsDone() {
359
return state_ == nullptr || state_->stack.empty();
360
}
361
362
void AstTraverse(const Expr& expr, AstVisitor& visitor,
363
TraversalOptions options) {
Callers
2
Check
Method · 0.80
TEST
Function · 0.80
Calls
1
empty
Method · 0.45
Tested by
1
TEST
Function · 0.64