(bytes: MetaStringBytes)
| 413 | } |
| 414 | |
| 415 | writeMetaStringBytes(bytes: MetaStringBytes) { |
| 416 | this.metaStringWriter.writeBytes(this.writer, bytes); |
| 417 | } |
| 418 | |
| 419 | writeBool(value: boolean) { |
| 420 | this.writer.bool(value); |
nothing calls this directly
no test coverage detected