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

Method decrementRecursionDepth

parser/parser.go:1018–1020  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1016}
1017
1018func (p *parser) decrementRecursionDepth() {
1019 p.recursionDepth--
1020}
1021
1022// unnest traverses down the left-hand side of the parse graph until it encounters the first compound
1023// 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