(this: stream.Readable, error: Error | null, callback: (error: Error | null) => void)
| 16 | objectMode?: boolean; |
| 17 | read?(this: stream.Readable, size: number): void; |
| 18 | destroy?(this: stream.Readable, error: Error | null, callback: (error: Error | null) => void): void; |
| 19 | autoDestroy?: boolean; |
| 20 | } |
| 21 |
nothing calls this directly
no outgoing calls
no test coverage detected