MCPcopy
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

streamCoderCommandFunction · 0.65
cleanupMethod · 0.65
cloneWithProgressMethod · 0.65
disposeMethod · 0.65
startPreparedStreamMethod · 0.65
startReportTimeoutMethod · 0.65
cleanupStartWaiterMethod · 0.65
waitForAgentReportMethod · 0.65
resolveWaitersMethod · 0.65

Implementers 14

WorkspaceStoresrc/browser/stores/WorkspaceStore.ts
TerminalServicesrc/node/services/terminalService.ts
CoderServicesrc/node/services/coderService.ts
AgentSessionsrc/node/services/agentSession.ts
WorkspaceServicesrc/node/services/workspaceService.ts
TaskServicesrc/node/services/taskService.ts
BackgroundProcessManagersrc/node/services/backgroundProcessMan
DesktopBridgeServersrc/node/services/desktop/DesktopBridg
MockAiStreamPlayersrc/node/services/mock/mockAiStreamPla
SSHConnectionPoolsrc/node/runtime/sshConnectionPool.ts
SSH2ConnectionPoolsrc/node/runtime/SSH2ConnectionPool.ts
SSH2Transportsrc/node/runtime/transports/SSH2Transp

Calls

no outgoing calls

Tested by

no test coverage detected