Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dotabuff/manta
/ booleanDecoder
Function
booleanDecoder
field_decoder.go:123–125 ·
view source on GitHub ↗
(r *reader)
Source
from the content-addressed store, hash-verified
121
}
122
123
func
booleanDecoder(r *reader) cell {
124
return
boolCell(r.readBoolean())
125
}
126
127
func
stringDecoder(r *reader) cell {
128
return
refCell(r.readString())
Callers
nothing calls this directly
Calls
2
boolCell
Function · 0.85
readBoolean
Method · 0.80
Tested by
no test coverage detected