MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / writeRuntimePty

Function writeRuntimePty

projects/electron/src/modules/code/pty.ts:312–314  ·  view source on GitHub ↗
(params: WriteParams)

Source from the content-addressed store, hash-verified

310}
311
312export async function writeRuntimePty(params: WriteParams): Promise<{ ok: boolean }> {
313 return handleWrite(params)
314}
315
316export async function resizeRuntimePty(params: ResizeParams): Promise<{ ok: boolean }> {
317 return handleResize(params)

Callers

nothing calls this directly

Calls 1

handleWriteFunction · 0.85

Tested by

no test coverage detected