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

Function yyStatname

pkg/traceql/expr.y.go:695–702  ·  view source on GitHub ↗
(s int)

Source from the content-addressed store, hash-verified

693}
694
695func yyStatname(s int) string {
696 if s >= 0 && s < len(yyStatenames) {
697 if yyStatenames[s] != "" {
698 return yyStatenames[s]
699 }
700 }
701 return __yyfmt__.Sprintf("state-%v", s)
702}
703
704func yyErrorMessage(state, lookAhead int) string {
705 const TOKSTART = 4

Callers 1

ParseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected