MCPcopy
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

resetBackoffMethod · 0.95
markFailedByKeyMethod · 0.95

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected