MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / jsonpathParserImpl

Struct jsonpathParserImpl

pkg/util/jsonpath/parser/jsonpath.go:586–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584}
585
586type jsonpathParserImpl struct {
587 lval jsonpathSymType
588 stack [jsonpathInitialStackSize]jsonpathSymType
589 char int
590}
591
592func (p *jsonpathParserImpl) Lookahead() int {
593 return p.char

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected