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

Method setB

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

Source from the content-addressed store, hash-verified

157
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) }

Callers 5

loadNilMethod · 0.80
setReturnsMethod · 0.80
SetReturnMethod · 0.80
PostfixMethod · 0.80
CloseConstructorMethod · 0.80

Calls 1

setArgMethod · 0.95

Tested by

no test coverage detected