MCPcopy
hub / github.com/xtermjs/xterm.js / write

Function write

src/common/CoreTerminal.ts:145–147  ·  view source on GitHub ↗
(data: string | Uint8Array, callback?: () => void)

Source from the content-addressed store, hash-verified

143 }
144
145 public write(data: string | Uint8Array, callback?: () => void): void {
146 this._writeBuffer.write(data, callback);
147 }
148
149 /**
150 * Write data to terminal synchonously.

Callers

nothing calls this directly

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected