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

Method spawn

projects/runtime-node/src/pty.ts:56–56  ·  view source on GitHub ↗
(params: RuntimeNodePtySpawnParams)

Source from the content-addressed store, hash-verified

54export interface RuntimeNodePtyAdapter {
55 addLifecycleListener(listener: (event: RuntimeNodePtyLifecycleEvent) => void): () => void
56 spawn(params: RuntimeNodePtySpawnParams): Promise<RuntimeNodePtySpawnResult>
57 write(params: RuntimeNodePtyWriteParams): Promise<RuntimeNodePtyMutationResult>
58 resize(params: RuntimeNodePtyResizeParams): Promise<RuntimeNodePtyMutationResult>
59 reconnect(params: RuntimeNodePtyReconnectParams): Promise<unknown>

Callers 4

handleSpawnFunction · 0.65
TerminalFunction · 0.65
setupFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected