Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
export
interface
PtyAdapter {
25
readonly name: string
26
spawn(input: PtySpawnInput): Promise<PtyProcess>
27
}
Callers
2
startProcess
Function · 0.80
spawn
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected