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

Method readInt

undump.go:42–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42func (state *loadState) readInt() (i int32, err error) {
43 err = state.read(&i)
44 return
45}
46
47func (state *loadState) readPC() (pc, error) {
48 i, err := state.readInt()

Callers 9

readPCMethod · 0.95
readCodeMethod · 0.95
readUpValuesMethod · 0.95
readLocalVariablesMethod · 0.95
readLineInfoMethod · 0.95
readDebugMethod · 0.95
readConstantsMethod · 0.95
readPrototypesMethod · 0.95
readFunctionMethod · 0.95

Calls 1

readMethod · 0.95

Tested by

no test coverage detected