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

Method b

instructions.go:152–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150
151func (i instruction) a() int { return int(i >> posA & maxArgA) }
152func (i instruction) b() int { return int(i >> posB & maxArgB) }
153func (i instruction) c() int { return int(i >> posC & maxArgC) }
154func (i instruction) bx() int { return int(i >> posBx & maxArgBx) }
155func (i instruction) ax() int { return int(i >> posAx & maxArgAx) }

Callers 9

StringMethod · 0.95
loadNilMethod · 0.80
patchTestRegisterMethod · 0.80
jumpOnConditionMethod · 0.80
PostfixMethod · 0.80
lastLoadMethod · 0.80
objectNameMethod · 0.80
initFunction · 0.80
executeSwitchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected