MCPcopy 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
260func (cd *codeStore) SetC(pc int, v int) {
261 opSetArgC(&cd.codes[pc], v)
262}
263
264func (cd *codeStore) SetBx(pc int, v int) {
265 opSetArgBx(&cd.codes[pc], v)

Callers 2

compileTableExprFunction · 0.80
patchCodeFunction · 0.80

Calls 1

opSetArgCFunction · 0.85

Tested by

no test coverage detected