Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/yuin/gopher-lua
/ GetLabelPc
Method
GetLabelPc
compile.go:518–520 ·
view source on GitHub ↗
(label int)
Source
from the content-addressed store, hash-verified
516
}
517
518
func
(fc *funcContext) GetLabelPc(label int) int {
519
return
fc.labelPc[label]
520
}
521
522
func
(fc *funcContext) ConstIndex(value LValue) int {
523
ctype := value.Type()
Callers
1
patchCode
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected