Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Shopify/go-lua
/ readBool
Method
readBool
undump.go:57–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
func
(state *loadState) readBool() (bool, error) {
58
b, err := state.readByte()
59
return
b != 0, err
60
}
61
62
func
(state *loadState) readString() (s string, err error) {
63
// Feel my pain
Callers
1
readConstants
Method · 0.95
Calls
1
readByte
Method · 0.95
Tested by
no test coverage detected