Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ ssh-process.test.ts
File
ssh-process.test.ts
packages/kaos/test/ssh-process.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ spawn } from
'node:child_process'
;
2
import
{ PassThrough } from
'node:stream'
;
3
4
import
{ describe, expect, test } from
'vitest'
;
Callers
nothing calls this directly
Calls
11
test
Function · 0.85
createFakeChannel
Function · 0.85
createChildBackedChannel
Function · 0.85
kill
Method · 0.65
wait
Method · 0.65
on
Method · 0.65
once
Method · 0.65
toString
Method · 0.65
resolve
Function · 0.50
emitExit
Method · 0.45
push
Method · 0.45
Tested by
no test coverage detected