MCPcopy Index your code
hub / github.com/yuin/gopher-lua / yyStatname

Function yyStatname

parse/parser.go:408–415  ·  view source on GitHub ↗
(s int)

Source from the content-addressed store, hash-verified

406}
407
408func yyStatname(s int) string {
409 if s >= 0 && s < len(yyStatenames) {
410 if yyStatenames[s] != "" {
411 return yyStatenames[s]
412 }
413 }
414 return __yyfmt__.Sprintf("state-%v", s)
415}
416
417func yyErrorMessage(state, lookAhead int) string {
418 const TOKSTART = 4

Callers 1

ParseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…