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

Function addNotification

src/tools/PlanModeToolRuntime.test.ts:192–194  ·  view source on GitHub ↗
(notification: { key?: string; text?: string })

Source from the content-addressed store, hash-verified

190 updateFileHistoryState: () => {},
191 updateAttributionState: () => {},
192 addNotification(notification: { key?: string; text?: string }) {
193 notifications.push(notification)
194 },
195 messages: [],
196 } as never,
197 }

Callers 15

useKeybindingWarningsFunction · 0.85
CommandStatusLineFunction · 0.85
showCopiedToastFunction · 0.85
handleKeyDownFunction · 0.85
PromptInputFunction · 0.85
NotificationsFunction · 0.85
REPLFunction · 0.85
useBuddyNotificationFunction · 0.85
onDoneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected