MCPcopy
hub / github.com/callumalpass/tasknotes / trigger

Method trigger

src/core/userNotices.ts:9–9  ·  view source on GitHub ↗
(eventName: typeof EVENT_USER_NOTICE, payload: UserNoticePayload)

Source from the content-addressed store, hash-verified

7
8export interface UserNoticeEmitter {
9 trigger(eventName: typeof EVENT_USER_NOTICE, payload: UserNoticePayload): void;
10}
11
12export function publishUserNotice(

Callers 15

onloadMethod · 0.65
notifyDataChangedMethod · 0.65
onunloadMethod · 0.65
refreshCacheMethod · 0.65
buildMenuMethod · 0.65
handleSaveMethod · 0.65
handleDeleteMethod · 0.65
handleSubmitMethod · 0.65
addReminderMethod · 0.65
removeReminderMethod · 0.65

Implementers 6

Vaulttests/__mocks__/obsidian.ts
MetadataCachetests/__mocks__/obsidian.ts
Workspacetests/__mocks__/obsidian.ts
Eventstests/__mocks__/obsidian.ts
MockEventEmittertests/unit/issues/issue-1425-calendar-
TestEmittertests/unit/issues/issue-1689-reminder-

Calls

no outgoing calls

Tested by 6

saveTimeEntriesFixedMethod · 0.52
emitTaskUpdateFunction · 0.52
createPluginContextFunction · 0.52