MCPcopy
hub / github.com/coder/mux / getControlPath

Method getControlPath

src/node/runtime/sshConnectionPool.ts:373–375  ·  view source on GitHub ↗

* Get deterministic controlPath for SSH config.

(config: SSHConnectionConfig)

Source from the content-addressed store, hash-verified

371 * Get deterministic controlPath for SSH config.
372 */
373 getControlPath(config: SSHConnectionConfig): string {
374 return getControlPath(config);
375 }
376
377 /**
378 * Reset backoff for a connection (e.g., after user intervention)

Callers 2

getShardedControlPathFunction · 0.80

Calls 1

getControlPathFunction · 0.85

Tested by

no test coverage detected