Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Shopify/go-lua
/ block
Method
block
parser.go:442–446 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
440
}
441
442
func
(p *parser) block() {
443
p.function.EnterBlock(false)
444
p.statementList()
445
p.function.LeaveBlock()
446
}
447
448
func
(p *parser) whileStatement(line int) {
449
p.next()
Callers
4
forBody
Method · 0.95
ifStatement
Method · 0.95
whileStatement
Method · 0.95
statement
Method · 0.95
Calls
3
statementList
Method · 0.95
EnterBlock
Method · 0.80
LeaveBlock
Method · 0.80
Tested by
no test coverage detected