Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/yuin/gopher-lua
/ SetA
Method
SetA
compile.go:252–254 ·
view source on GitHub ↗
(pc int, v int)
Source
from the content-addressed store, hash-verified
250
}
251
252
func
(cd *codeStore) SetA(pc int, v int) {
253
opSetArgA(&cd.codes[pc], v)
254
}
255
256
func
(cd *codeStore) SetB(pc int, v int) {
257
opSetArgB(&cd.codes[pc], v)
Callers
3
FindLabel
Method · 0.80
ResolveCurrentBlockGotosWithParentBlock
Method · 0.80
compileLogicalOpExprAux
Function · 0.80
Calls
1
opSetArgA
Function · 0.85
Tested by
no test coverage detected