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

Method readByte

undump.go:52–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52func (state *loadState) readByte() (b byte, err error) {
53 err = state.read(&b)
54 return
55}
56
57func (state *loadState) readBool() (bool, error) {
58 b, err := state.readByte()

Callers 3

readBoolMethod · 0.95
readConstantsMethod · 0.95
readFunctionMethod · 0.95

Calls 1

readMethod · 0.95

Tested by

no test coverage detected