(_size: number)
| 434 | } |
| 435 | |
| 436 | override _read(_size: number): void { |
| 437 | this.readLatch.openUnsafe() |
| 438 | } |
| 439 | |
| 440 | override _destroy(error: Error | null, callback: (error?: Error | null | undefined) => void): void { |
| 441 | if (!this.fiber) { |
nothing calls this directly
no test coverage detected