Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
212
func
opmode(t, a, b, c, m int) byte {
return
byte(t<<7 | a<<6 | b<<4 | c<<2 | m) }
213
214
const
(
215
opArgN = iota
// argument is not used
Callers
1
instructions.go
File · 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…