MCPcopy 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
144func (d *dumpState) dumpHeader() {
145 d.err = binary.Write(d.out, d.order, header)
146}
147
148func (l *State) dump(p *prototype, w io.Writer) error {
149 d := dumpState{l: l, out: w, order: endianness()}

Callers 1

dumpMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected