Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/yuin/gopher-lua
/ SetB
Method
SetB
compile.go:256–258 ·
view source on GitHub ↗
(pc int, v int)
Source
from the content-addressed store, hash-verified
254
}
255
256
func
(cd *codeStore) SetB(pc int, v int) {
257
opSetArgB(&cd.codes[pc], v)
258
}
259
260
func
(cd *codeStore) SetC(pc int, v int) {
261
opSetArgC(&cd.codes[pc], v)
Callers
1
compileTableExpr
Function · 0.80
Calls
1
opSetArgB
Function · 0.85
Tested by
no test coverage detected