Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Shopify/go-lua
/ dumpHeader
Method
dumpHeader
dump.go:144–146 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
142
}
143
144
func
(d *dumpState) dumpHeader() {
145
d.err = binary.Write(d.out, d.order, header)
146
}
147
148
func
(l *State) dump(p *prototype, w io.Writer) error {
149
d := dumpState{l: l, out: w, order: endianness()}
Callers
1
dump
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected