(_size: number)
| 347 | } |
| 348 | |
| 349 | _read(_size: number): void { |
| 350 | this.readLatch.unsafeOpen() |
| 351 | } |
| 352 | |
| 353 | _destroy(error: Error | null, callback: (error?: Error | null | undefined) => void): void { |
| 354 | if (!this.fiber) { |
nothing calls this directly
no test coverage detected