MCPcopy
hub / github.com/grafana/tempo / yyParserImpl

Struct yyParserImpl

pkg/traceql/expr.y.go:670–674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

668}
669
670type yyParserImpl struct {
671 lval yySymType
672 stack [yyInitialStackSize]yySymType
673 char int
674}
675
676func (p *yyParserImpl) Lookahead() int {
677 return p.char

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected