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

Method readPC

undump.go:47–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47func (state *loadState) readPC() (pc, error) {
48 i, err := state.readInt()
49 return pc(i), err
50}
51
52func (state *loadState) readByte() (b byte, err error) {
53 err = state.read(&b)

Callers 1

readLocalVariablesMethod · 0.95

Calls 2

readIntMethod · 0.95
pcTypeAlias · 0.85

Tested by

no test coverage detected