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