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

Function getCachedBackend

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

Source from the content-addressed store, hash-verified

306 * Returns null if no backend has been detected yet.
307 */
308export function getCachedBackend(): PaneBackend | null {
309 return cachedBackend
310}
311
312/**
313 * Gets the cached backend detection result, if any.

Callers 3

TeamsDialogFunction · 0.85
TeamDetailViewFunction · 0.85
TeammateDetailViewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected