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

Method readBool

undump.go:57–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55}
56
57func (state *loadState) readBool() (bool, error) {
58 b, err := state.readByte()
59 return b != 0, err
60}
61
62func (state *loadState) readString() (s string, err error) {
63 // Feel my pain

Callers 1

readConstantsMethod · 0.95

Calls 1

readByteMethod · 0.95

Tested by

no test coverage detected