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

Function notifyTasksUpdated

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

Source from the content-addressed store, hash-verified

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

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