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

Function markInProcessFallback

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

Source from the content-addressed store, hash-verified

324 * spawns short-circuit to in-process (the environment won't change mid-session).
325 */
326export function markInProcessFallback(): void {
327 logForDebugging('[BackendRegistry] Marking in-process fallback as active')
328 inProcessFallbackActive = true
329}
330
331/**
332 * Gets the teammate mode for this session.

Callers 1

handleSpawnFunction · 0.85

Calls 1

logForDebuggingFunction · 0.85

Tested by

no test coverage detected