MCPcopy 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
123func booleanDecoder(r *reader) cell {
124 return boolCell(r.readBoolean())
125}
126
127func stringDecoder(r *reader) cell {
128 return refCell(r.readString())

Callers

nothing calls this directly

Calls 2

boolCellFunction · 0.85
readBooleanMethod · 0.80

Tested by

no test coverage detected