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

Method writeByte

dump.go:35–37  ·  view source on GitHub ↗
(b byte)

Source from the content-addressed store, hash-verified

33}
34
35func (d *dumpState) writeByte(b byte) {
36 d.write(b)
37}
38
39func (d *dumpState) writeBool(b bool) {
40 if b {

Callers 5

writeBoolMethod · 0.95
writeConstantsMethod · 0.95
writeUpvaluesMethod · 0.95
writeStringMethod · 0.95
dumpFunctionMethod · 0.95

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected