MCPcopy Index your code
hub / github.com/Waishnav/devspace / write

Method write

src/process-sessions.ts:47–47  ·  view source on GitHub ↗
(data: string)

Source from the content-addressed store, hash-verified

45
46interface ManagedProcess {
47 write(data: string): void;
48 kill(signal?: NodeJS.Signals): void;
49 resize?(columns: number, rows: number): void;
50}

Callers 5

writeMethod · 0.65
startPipeMethod · 0.65
startPtyMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected