Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Shopify/go-lua
/ createAx
Function
createAx
instructions.go:178–178 ·
view source on GitHub ↗
(op opCode, a int)
Source
from the content-addressed store, hash-verified
176
}
177
178
func
createAx(op opCode, a int) instruction {
return
instruction(op)<<posOp | instruction(a)<<posAx }
179
180
func
(i instruction) String() string {
181
op := i.opCode()
Callers
1
encodeExtraArg
Method · 0.85
Calls
1
instruction
TypeAlias · 0.85
Tested by
no test coverage detected