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

Method spawn

desktop/terminal/types.ts:26–26  ·  view source on GitHub ↗
(input: PtySpawnInput)

Source from the content-addressed store, hash-verified

24export interface PtyAdapter {
25 readonly name: string
26 spawn(input: PtySpawnInput): Promise<PtyProcess>
27}

Callers 2

startProcessFunction · 0.80
spawnFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected