Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Shopify/go-lua
/ writeInt
Method
writeInt
dump.go:22–24 ·
view source on GitHub ↗
(i int)
Source
from the content-addressed store, hash-verified
20
}
21
22
func
(d *dumpState) writeInt(i int) {
23
d.write(int32(i))
24
}
25
26
func
(d *dumpState) writePC(p pc) {
27
d.writeInt(int(p))
Callers
8
writePC
Method · 0.95
writeCode
Method · 0.95
writeConstants
Method · 0.95
writePrototypes
Method · 0.95
writeUpvalues
Method · 0.95
writeLocalVariables
Method · 0.95
writeDebug
Method · 0.95
dumpFunction
Method · 0.95
Calls
1
write
Method · 0.95
Tested by
no test coverage detected