MCPcopy 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
148func (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

DumpMethod · 0.95

Calls 3

dumpHeaderMethod · 0.95
dumpFunctionMethod · 0.95
endiannessFunction · 0.85

Tested by

no test coverage detected