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

Function registerTeamForSessionCleanup

src/utils/swarm/teamHelpers.ts:560–562  ·  view source on GitHub ↗
(teamName: string)

Source from the content-addressed store, hash-verified

558 * clears it between tests (avoids the PR #17615 cross-shard leak class).
559 */
560export function registerTeamForSessionCleanup(teamName: string): void {
561 getSessionCreatedTeams().add(teamName)
562}
563
564/**
565 * Remove a team from session cleanup tracking (e.g., after explicit

Callers 1

callFunction · 0.85

Calls 2

getSessionCreatedTeamsFunction · 0.85
addMethod · 0.45

Tested by

no test coverage detected