Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ SetMaxRecursionDepth
Method
SetMaxRecursionDepth
eval/compiler/flat_expr_builder.cc:589–591 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
587
}
588
589
void SetMaxRecursionDepth(int max_recursion_depth) {
590
max_recursion_depth_ = max_recursion_depth;
591
}
592
593
bool PlanRecursiveProgram() const { return max_recursion_depth_ > 0; }
594
Callers
1
CreateExpressionImpl
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected