MCPcopy Index your code
hub / github.com/Shopify/go-lua / setC

Method setC

instructions.go:160–160  ·  view source on GitHub ↗
(arg int)

Source from the content-addressed store, hash-verified

158func (i *instruction) setA(arg int) { i.setArg(posA, sizeA, arg) }
159func (i *instruction) setB(arg int) { i.setArg(posB, sizeB, arg) }
160func (i *instruction) setC(arg int) { i.setArg(posC, sizeC, arg) }
161func (i *instruction) setBx(arg int) { i.setArg(posBx, sizeBx, arg) }
162func (i *instruction) setAx(arg int) { i.setArg(posAx, sizeAx, arg) }
163func (i *instruction) setSBx(arg int) { i.setArg(posBx, sizeBx, arg+maxArgSBx) }

Callers 3

setReturnsMethod · 0.80
CloseConstructorMethod · 0.80
expressionStatementMethod · 0.80

Calls 1

setArgMethod · 0.95

Tested by

no test coverage detected