MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / notifyTasksUpdated

Function notifyTasksUpdated

source code/utils/tasks.ts:63–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 * (task mutations must succeed from the caller's perspective).
62 */
63export function notifyTasksUpdated(): void {
64 try {
65 tasksUpdated.emit()
66 } catch {
67 // Ignore listener errors — task mutations must not fail due to notification issues
68 }
69}
70
71export const TASK_STATUSES = ['pending', 'in_progress', 'completed'] as const
72

Callers 7

setLeaderTeamNameFunction · 0.85
clearLeaderTeamNameFunction · 0.85
resetTaskListFunction · 0.85
createTaskFunction · 0.85
updateTaskUnsafeFunction · 0.85
deleteTaskFunction · 0.85
cleanupTeamDirectoriesFunction · 0.85

Calls 1

emitMethod · 0.80

Tested by

no test coverage detected