MCPcopy Index your code
hub / github.com/Shopify/go-lua / write

Method write

dump.go:16–20  ·  view source on GitHub ↗
(data interface{})

Source from the content-addressed store, hash-verified

14}
15
16func (d *dumpState) write(data interface{}) {
17 if d.err == nil {
18 d.err = binary.Write(d.out, d.order, data)
19 }
20}
21
22func (d *dumpState) writeInt(i int) {
23 d.write(int32(i))

Callers 6

writeIntMethod · 0.95
writeCodeMethod · 0.95
writeByteMethod · 0.95
writeNumberMethod · 0.95
writeStringMethod · 0.95
writeDebugMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected