MCPcopy Create free account
hub / github.com/dotabuff/manta / stringDecoder

Function stringDecoder

field_decoder.go:127–129  ·  view source on GitHub ↗
(r *reader)

Source from the content-addressed store, hash-verified

125}
126
127func stringDecoder(r *reader) cell {
128 return refCell(r.readString())
129}
130
131func defaultDecoder(r *reader) cell {
132 return uint32Cell(r.readVarUint32())

Callers

nothing calls this directly

Calls 2

refCellFunction · 0.85
readStringMethod · 0.80

Tested by

no test coverage detected