Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Shopify/go-lua
/ readByte
Method
readByte
undump.go:52–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
}
51
52
func
(state *loadState) readByte() (b byte, err error) {
53
err = state.read(&b)
54
return
55
}
56
57
func
(state *loadState) readBool() (bool, error) {
58
b, err := state.readByte()
Callers
3
readBool
Method · 0.95
readConstants
Method · 0.95
readFunction
Method · 0.95
Calls
1
read
Method · 0.95
Tested by
no test coverage detected