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

Function ensureBackendsRegistered

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

Source from the content-addressed store, hash-verified

72 * registration (e.g., killing a pane by its stored backendType).
73 */
74export async function ensureBackendsRegistered(): Promise<void> {
75 if (backendsRegistered) return
76 await import('./TmuxBackend.js')
77 await import('./ITermBackend.js')
78 backendsRegistered = true
79}
80
81/**
82 * Registers the TmuxBackend class with the registry.

Callers 4

killTeammateFunction · 0.85
detectAndGetBackendFunction · 0.85
useInboxPollerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected