Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ ParseBool
Function
ParseBool
pkg/byteconv/byteconv.go:18–20 ·
view source on GitHub ↗
(b []byte)
Source
from the content-addressed store, hash-verified
16
}
17
18
func
ParseBool(b []byte) (bool, error) {
19
return
strconv.ParseBool(UnsafeString(b))
20
}
21
22
func
ParseIP(b []byte) (netip.Addr, error) {
23
return
netip.ParseAddr(UnsafeString(b))
Callers
3
stringToBool
Function · 0.92
ToBool
Function · 0.92
appendPrimitive
Method · 0.92
Calls
1
UnsafeString
Function · 0.85
Tested by
no test coverage detected