Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Shopify/go-lua
/ Label
Method
Label
code.go:411–414 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
409
}
410
411
func
(f *function) Label() int {
412
f.lastTarget = len(f.f.code)
413
return
f.lastTarget
414
}
415
416
func
(f *function) jump(pc int) int {
417
f.assert(f.isJumpListWalkable(pc))
Callers
5
PatchToHere
Method · 0.95
encodeLabel
Method · 0.95
expressionToRegister
Method · 0.95
whileStatement
Method · 0.80
repeatStatement
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected