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

Function clearTeammateColors

src/utils/swarm/teammateLayoutManager.ts:48–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 * Called during team cleanup to reset state for potential new teams.
47 */
48export function clearTeammateColors(): void {
49 teammateColorAssignments.clear()
50 colorIndex = 0
51}
52
53/**
54 * Checks if we're currently running inside a tmux session.

Callers 1

callFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected