MCPcopy Create free account
hub / github.com/cel-expr/cel-go / decrementRecursionDepth

Method decrementRecursionDepth

parser/parser.go:1000–1002  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

998}
999
1000func (p *parser) decrementRecursionDepth() {
1001 p.recursionDepth--
1002}
1003
1004// unnest traverses down the left-hand side of the parse graph until it encounters the first compound
1005// parse node or the first leaf in the parse graph.

Callers 1

VisitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected