()
| 145 | } |
| 146 | |
| 147 | endChunk() { |
| 148 | if (this.chunkOffset > 0) { |
| 149 | this.writeContext.writer.setUint8Position( |
| 150 | this.chunkOffset, |
| 151 | this.chunkSize, |
| 152 | ); |
| 153 | this.chunkSize = 0; |
| 154 | } |
| 155 | } |
| 156 | } |
| 157 | |
| 158 | class MapAnySerializer { |
no test coverage detected