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

Function vectorNormalDecoder

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

Source from the content-addressed store, hash-verified

109}
110
111func vectorNormalDecoder(r *reader) cell {
112 return refCell(r.read3BitNormal())
113}
114
115func fixed64Decoder(r *reader) cell {
116 return refCell(r.readLeUint64())

Callers

nothing calls this directly

Calls 2

refCellFunction · 0.85
read3BitNormalMethod · 0.80

Tested by

no test coverage detected