MCPcopy Create free account
hub / github.com/yuin/gopher-lua / opGetArgSbx

Function opGetArgSbx

opcode.go:213–215  ·  view source on GitHub ↗
(inst uint32)

Source from the content-addressed store, hash-verified

211}
212
213func opGetArgSbx(inst uint32) int {
214 return opGetArgBx(inst) - opMaxArgSbx
215}
216
217func opSetArgSbx(inst *uint32, arg int) {
218 opSetArgBx(inst, arg+opMaxArgSbx)

Callers 3

opToStringFunction · 0.85
compileLogicalOpExprFunction · 0.85
patchCodeFunction · 0.85

Calls 1

opGetArgBxFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…