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

Function notifyTasksUpdated

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

Source from the content-addressed store, hash-verified

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

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