Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coder/mux
/ cleanup
Method
cleanup
src/node/runtime/sshAskpass.ts:74–74 ·
view source on GitHub ↗
Must be called when the SSH process exits.
()
Source
from the content-addressed store, hash-verified
72
env: Record<string, string>;
73
/** Must be called when the SSH process exits. */
74
cleanup(): void;
75
}
76
77
/**
Callers
15
WorktreeManager.test.ts
File · 0.65
streamCoderCommand
Function · 0.65
cleanup
Method · 0.65
agentSession.queueDispatch.test.ts
File · 0.65
cloneWithProgress
Method · 0.65
dispose
Method · 0.65
startPreparedStream
Method · 0.65
agentStatusService.test.ts
File · 0.65
startReportTimeout
Method · 0.65
cleanupStartWaiter
Method · 0.65
waitForAgentReport
Method · 0.65
resolveWaiters
Method · 0.65
Implementers
14
WorkspaceStore
src/browser/stores/WorkspaceStore.ts
TerminalService
src/node/services/terminalService.ts
CoderService
src/node/services/coderService.ts
AgentSession
src/node/services/agentSession.ts
WorkspaceService
src/node/services/workspaceService.ts
TaskService
src/node/services/taskService.ts
BackgroundProcessManager
src/node/services/backgroundProcessMan
DesktopBridgeServer
src/node/services/desktop/DesktopBridg
MockAiStreamPlayer
src/node/services/mock/mockAiStreamPla
SSHConnectionPool
src/node/runtime/sshConnectionPool.ts
SSH2ConnectionPool
src/node/runtime/SSH2ConnectionPool.ts
SSH2Transport
src/node/runtime/transports/SSH2Transp
Calls
no outgoing calls
Tested by
no test coverage detected