MCPcopy 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
252func (cd *codeStore) SetA(pc int, v int) {
253 opSetArgA(&cd.codes[pc], v)
254}
255
256func (cd *codeStore) SetB(pc int, v int) {
257 opSetArgB(&cd.codes[pc], v)

Callers 3

FindLabelMethod · 0.80
compileLogicalOpExprAuxFunction · 0.80

Calls 1

opSetArgAFunction · 0.85

Tested by

no test coverage detected