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

Function getResolvedTeammateMode

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

Source from the content-addressed store, hash-verified

394 * what 'auto' actually resolves to given the current environment.
395 */
396export function getResolvedTeammateMode(): 'in-process' | 'tmux' {
397 return isInProcessEnabled() ? 'in-process' : 'tmux'
398}
399
400/**
401 * Gets the InProcessBackend instance.

Callers 1

callFunction · 0.85

Calls 1

isInProcessEnabledFunction · 0.85

Tested by

no test coverage detected