Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Shopify/go-lua
/ writeCode
Method
writeCode
dump.go:30–33 ·
view source on GitHub ↗
(p *prototype)
Source
from the content-addressed store, hash-verified
28
}
29
30
func
(d *dumpState) writeCode(p *prototype) {
31
d.writeInt(len(p.code))
32
d.write(p.code)
33
}
34
35
func
(d *dumpState) writeByte(b byte) {
36
d.write(b)
Callers
1
dumpFunction
Method · 0.95
Calls
2
writeInt
Method · 0.95
write
Method · 0.95
Tested by
no test coverage detected