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

Function opmode

instructions.go:212–212  ·  view source on GitHub ↗
(t, a, b, c, m int)

Source from the content-addressed store, hash-verified

210}
211
212func opmode(t, a, b, c, m int) byte { return byte(t<<7 | a<<6 | b<<4 | c<<2 | m) }
213
214const (
215 opArgN = iota // argument is not used

Callers 1

instructions.goFile · 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…