| 300 | } |
| 301 | |
| 302 | interface IWriteTask { |
| 303 | /** The buffer being written. */ |
| 304 | buffer: Buffer; |
| 305 | /** The current offset of not yet written data. */ |
| 306 | offset: number; |
| 307 | } |
| 308 | |
| 309 | /** |
| 310 | * A custom write stream that writes directly to a file descriptor with proper |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…