MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / setWebhookNotifier

Method setWebhookNotifier

src/services/TaskService.ts:185–189  ·  view source on GitHub ↗

* Set webhook notifier for triggering webhook events * Called after HTTPAPIService is initialized to avoid circular dependencies

(notifier: IWebhookNotifier)

Source from the content-addressed store, hash-verified

183 * Called after HTTPAPIService is initialized to avoid circular dependencies
184 */
185 setWebhookNotifier(notifier: IWebhookNotifier): void {
186 this.webhookNotifier = notifier;
187 this.taskCreationService.setWebhookNotifier(notifier);
188 this.taskUpdateService.setWebhookNotifier(notifier);
189 }
190
191 /**
192 * Set auto-archive service for handling automatic archiving

Callers 1

initializeHTTPAPIFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected