MCPcopy
hub / github.com/codeaashu/claude-code / resetBackendDetection

Function resetBackendDetection

src/utils/swarm/backends/registry.ts:457–464  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

455 * Used for testing to allow re-detection.
456 */
457export function resetBackendDetection(): void {
458 cachedBackend = null
459 cachedDetectionResult = null
460 cachedInProcessBackend = null
461 cachedPaneBackendExecutor = null
462 backendsRegistered = false
463 inProcessFallbackActive = false
464}
465

Callers 1

handleSpawnSplitPaneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected