MCPcopy Index your code
hub / github.com/microsoft/node-pty / IWriteTask

Interface IWriteTask

src/unixTerminal.ts:302–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302interface 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…