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

Function unregisterTeamForSessionCleanup

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

Source from the content-addressed store, hash-verified

566 * TeamDelete — already cleaned, don't try again on shutdown).
567 */
568export function unregisterTeamForSessionCleanup(teamName: string): void {
569 getSessionCreatedTeams().delete(teamName)
570}
571
572/**
573 * Clean up all teams created this session that weren't explicitly deleted.

Callers 1

callFunction · 0.85

Calls 2

getSessionCreatedTeamsFunction · 0.85
deleteMethod · 0.65

Tested by

no test coverage detected