MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getCachedDetectionResult

Function getCachedDetectionResult

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

Source from the content-addressed store, hash-verified

315 * Use `isNative` to check if teammates are visible in native panes.
316 */
317export function getCachedDetectionResult(): BackendDetectionResult | null {
318 return cachedDetectionResult
319}
320
321/**
322 * Records that spawn fell back to in-process mode because no pane backend

Callers 1

useSwarmBannerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected