Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coder/mux
/ clearReadyControlPaths
Method
clearReadyControlPaths
src/node/runtime/sshConnectionPool.ts:358–360 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
356
}
357
358
private clearReadyControlPaths(key: string): void {
359
this.readyControlPaths.delete(key);
360
}
361
362
/**
363
* Get current health status
for
a connection
Callers
2
resetBackoff
Method · 0.95
markFailedByKey
Method · 0.95
Calls
1
delete
Method · 0.45
Tested by
no test coverage detected