Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/yuin/gopher-lua
/ SetSbx
Method
SetSbx
compile.go:268–270 ·
view source on GitHub ↗
(pc int, v int)
Source
from the content-addressed store, hash-verified
266
}
267
268
func
(cd *codeStore) SetSbx(pc int, v int) {
269
opSetArgSbx(&cd.codes[pc], v)
270
}
271
272
func
(cd *codeStore) At(pc int) uint32 {
273
return
cd.codes[pc]
Callers
3
ResolveGoto
Method · 0.80
compileNumberForStmt
Function · 0.80
patchCode
Function · 0.80
Calls
1
opSetArgSbx
Function · 0.85
Tested by
no test coverage detected