MCPcopy Create free account
hub / github.com/Noumena-Network/code / clearLeaderTeamName

Function clearLeaderTeamName

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

Source from the content-addressed store, hash-verified

42 * Called when a team is deleted.
43 */
44export function clearLeaderTeamName(): void {
45 if (leaderTeamName === undefined) return
46 leaderTeamName = undefined
47 notifyTasksUpdated()
48}
49
50/**
51 * 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