MCPcopy Create free account
hub / github.com/Shopify/go-lua / testAMode

Function testAMode

instructions.go:224–224  ·  view source on GitHub ↗
(m opCode)

Source from the content-addressed store, hash-verified

222func bMode(m opCode) byte { return (opModes[m] >> 4) & 3 }
223func cMode(m opCode) byte { return (opModes[m] >> 2) & 3 }
224func testAMode(m opCode) bool { return opModes[m]&(1<<6) != 0 }
225func testTMode(m opCode) bool { return opModes[m]&(1<<7) != 0 }
226
227var opModes []byte = []byte{

Callers 1

lastLoadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…