Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/claude-code-best/claude-code
/ SSHSessionManager.test.ts
File
SSHSessionManager.test.ts
src/ssh/__tests__/SSHSessionManager.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, test, expect, mock, beforeEach } from
'bun:test'
2
import
{ debugMock } from
'../../../tests/mocks/debug'
3
4
mock.module(
'src/utils/debug.ts'
, debugMock)
Callers
nothing calls this directly
Calls
10
createMockSubprocess
Function · 0.85
createMockOptions
Function · 0.85
simulateExit
Function · 0.85
writeToStdout
Function · 0.70
connect
Method · 0.65
isConnected
Method · 0.65
disconnect
Method · 0.65
sendMessage
Method · 0.65
sendInterrupt
Method · 0.65
respondToPermissionRequest
Method · 0.65
Tested by
no test coverage detected