Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
23
func
(p *parser) checkName() string {
24
p.check(tkName)
25
s := p.s
26
p.next()
27
return
s
28
}
29
30
func
(p *parser) checkLimit(val, limit int, what string) {
31
if
val > limit {
Callers
9
checkNameAsExpression
Method · 0.95
singleVariable
Method · 0.95
forList
Method · 0.95
forStatement
Method · 0.95
gotoStatement
Method · 0.95
parameterList
Method · 0.95
localFunction
Method · 0.95
localStatement
Method · 0.95
statement
Method · 0.95
Calls
2
check
Method · 0.80
next
Method · 0.45
Tested by
no test coverage detected