MCPcopy Index your code
hub / github.com/Shopify/go-lua / checkName

Method checkName

parser.go:23–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21}
22
23func (p *parser) checkName() string {
24 p.check(tkName)
25 s := p.s
26 p.next()
27 return s
28}
29
30func (p *parser) checkLimit(val, limit int, what string) {
31 if val > limit {

Callers 9

checkNameAsExpressionMethod · 0.95
singleVariableMethod · 0.95
forListMethod · 0.95
forStatementMethod · 0.95
gotoStatementMethod · 0.95
parameterListMethod · 0.95
localFunctionMethod · 0.95
localStatementMethod · 0.95
statementMethod · 0.95

Calls 2

checkMethod · 0.80
nextMethod · 0.45

Tested by

no test coverage detected