MCPcopy Create free account
hub / github.com/IgorWarzocha/howcode / write

Method write

desktop/terminal/types.ts:17–17  ·  view source on GitHub ↗
(data: string)

Source from the content-addressed store, hash-verified

15export interface PtyProcess {
16 readonly pid: number
17 write(data: string): void
18 resize(cols: number, rows: number): void
19 kill(signal?: string | undefined): void
20 onData(callback: (data: string) => void): () => void

Callers 7

writeTerminalFunction · 0.65
writeMethod · 0.65
ensureRuntimeHostFunction · 0.65
TerminalViewportFunction · 0.65
sendSseEventFunction · 0.65
handleBridgeEventsFunction · 0.65
startDevWebBridgeFunction · 0.65

Implementers 1

NodePtyProcessdesktop/terminal/node-pty.ts

Calls

no outgoing calls

Tested by

no test coverage detected