Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ DecodeBool
Function
DecodeBool
primitive.go:29–31 ·
view source on GitHub ↗
(zv scode.Bytes)
Source
from the content-addressed store, hash-verified
27
}
28
29
func
DecodeBool(zv scode.Bytes) bool {
30
return
zv[0] != 0
31
}
32
33
func
(t *TypeOfBool) ID() int {
34
return
IDBool
Callers
5
Write
Method · 0.92
formatPrimitive
Function · 0.92
loadAnyWithLock
Method · 0.92
buildArrowValue
Method · 0.92
Bool
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected