(r *reader)
| 109 | } |
| 110 | |
| 111 | func vectorNormalDecoder(r *reader) cell { |
| 112 | return refCell(r.read3BitNormal()) |
| 113 | } |
| 114 | |
| 115 | func fixed64Decoder(r *reader) cell { |
| 116 | return refCell(r.readLeUint64()) |
nothing calls this directly
no test coverage detected