MCPcopy
hub / github.com/kubernetes/client-go / backup

Method backup

util/jsonpath/parser.go:115–117  ·  view source on GitHub ↗

backup steps back one rune. Can only be called once per call of next.

()

Source from the content-addressed store, hash-verified

113
114// backup steps back one rune. Can only be called once per call of next.
115func (p *Parser) backup() {
116 p.pos -= p.width
117}
118
119func (p *Parser) parseText(cur *ListNode) error {
120 for {

Callers 5

peekMethod · 0.95
parseInsideActionMethod · 0.95
parseIdentifierMethod · 0.95
parseNumberMethod · 0.95
advanceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected