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

Function getInProcessBackend

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

Source from the content-addressed store, hash-verified

402 * Creates and caches the instance on first call.
403 */
404export function getInProcessBackend(): TeammateExecutor {
405 if (!cachedInProcessBackend) {
406 cachedInProcessBackend = createInProcessBackend()
407 }
408 return cachedInProcessBackend
409}
410
411/**
412 * Gets a TeammateExecutor for spawning teammates.

Callers 1

getTeammateExecutorFunction · 0.85

Calls 1

createInProcessBackendFunction · 0.85

Tested by

no test coverage detected