Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
47
func
(state *loadState) readPC() (pc, error) {
48
i, err := state.readInt()
49
return
pc(i), err
50
}
51
52
func
(state *loadState) readByte() (b byte, err error) {
53
err = state.read(&b)
Callers
1
readLocalVariables
Method · 0.95
Calls
2
readInt
Method · 0.95
pc
TypeAlias · 0.85
Tested by
no test coverage detected