Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Shopify/go-lua
/ writePC
Method
writePC
dump.go:26–28 ·
view source on GitHub ↗
(p pc)
Source
from the content-addressed store, hash-verified
24
}
25
26
func
(d *dumpState) writePC(p pc) {
27
d.writeInt(int(p))
28
}
29
30
func
(d *dumpState) writeCode(p *prototype) {
31
d.writeInt(len(p.code))
Callers
1
writeLocalVariables
Method · 0.95
Calls
1
writeInt
Method · 0.95
Tested by
no test coverage detected