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

Method resize

src/process-sessions.ts:49–49  ·  view source on GitHub ↗
(columns: number, rows: number)

Source from the content-addressed store, hash-verified

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

Callers 2

writeMethod · 0.80
startPtyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected