Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Shopify/go-lua
/ dump
Method
dump
dump.go:148–154 ·
view source on GitHub ↗
(p *prototype, w io.Writer)
Source
from the content-addressed store, hash-verified
146
}
147
148
func
(l *State) dump(p *prototype, w io.Writer) error {
149
d := dumpState{l: l, out: w, order: endianness()}
150
d.dumpHeader()
151
d.dumpFunction(p)
152
153
return
d.err
154
}
Callers
1
Dump
Method · 0.95
Calls
3
dumpHeader
Method · 0.95
dumpFunction
Method · 0.95
endianness
Function · 0.85
Tested by
no test coverage detected