(v: string)
| 288 | } |
| 289 | |
| 290 | stringWithHeaderFast(v: string) { |
| 291 | const { serializeString } = this.config.hps!; |
| 292 | this.cursor = serializeString(v, this.platformBuffer, this.cursor); |
| 293 | } |
| 294 | |
| 295 | // const header = this.readVarUint36Small(); |
| 296 | // const type = header & 0b11; |
no test coverage detected