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

Method read

undump.go:33–35  ·  view source on GitHub ↗
(data interface{})

Source from the content-addressed store, hash-verified

31)
32
33func (state *loadState) read(data interface{}) error {
34 return binary.Read(state.in, state.order, data)
35}
36
37func (state *loadState) readNumber() (f float64, err error) {
38 err = state.read(&f)

Callers 8

readNumberMethod · 0.95
readIntMethod · 0.95
readByteMethod · 0.95
readStringMethod · 0.95
readCodeMethod · 0.95
readUpValuesMethod · 0.95
readLineInfoMethod · 0.95
checkHeaderMethod · 0.95

Calls 1

ReadMethod · 0.80

Tested by

no test coverage detected