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

Method a

instructions.go:151–151  ·  view source on GitHub ↗

Note: the gc optimizer cannot inline through multiple function calls. Manually inline for now. func (i instruction) a() int { return i.arg(posA, sizeA) } func (i instruction) b() int { return i.arg(posB, sizeB) } func (i instruction) c() int { return i.arg(posC, sizeC) } func (i instruction) b

()

Source from the content-addressed store, hash-verified

149// func (i instruction) sbx() int { return i.bx() - maxArgSBx }
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) }

Callers 11

StringMethod · 0.95
functionNameMethod · 0.80
loadNilMethod · 0.80
ReturnMethod · 0.80
PatchCloseMethod · 0.80
SetReturnMethod · 0.80
invertJumpMethod · 0.80
lastLoadMethod · 0.80
objectNameMethod · 0.80
initFunction · 0.80
executeSwitchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected