Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
42
func
(state *loadState) readInt() (i int32, err error) {
43
err = state.read(&i)
44
return
45
}
46
47
func
(state *loadState) readPC() (pc, error) {
48
i, err := state.readInt()
Callers
9
readPC
Method · 0.95
readCode
Method · 0.95
readUpValues
Method · 0.95
readLocalVariables
Method · 0.95
readLineInfo
Method · 0.95
readDebug
Method · 0.95
readConstants
Method · 0.95
readPrototypes
Method · 0.95
readFunction
Method · 0.95
Calls
1
read
Method · 0.95
Tested by
no test coverage detected