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

Function clearLeaderTeamName

src/utils/tasks.ts:43–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 * Called when a team is deleted.
42 */
43export function clearLeaderTeamName(): void {
44 if (leaderTeamName === undefined) return
45 leaderTeamName = undefined
46 notifyTasksUpdated()
47}
48
49/**
50 * Register a listener to be called when tasks are updated in this process.

Callers 1

callFunction · 0.85

Calls 1

notifyTasksUpdatedFunction · 0.85

Tested by

no test coverage detected