MCPcopy Create free account
hub / github.com/callumalpass/tasknotes / on

Method on

src/bootstrap/pluginServices.ts:21–21  ·  view source on GitHub ↗
(name: string, callback: (...data: unknown[]) => unknown)

Source from the content-addressed store, hash-verified

19
20export interface TaskEventSource {
21 on(name: string, callback: (...data: unknown[]) => unknown): EventRef;
22 offref(ref: EventRef): void;
23}
24

Implementers 1

TestEmittertests/unit/issues/issue-1689-reminder-

Calls

no outgoing calls

Tested by

no test coverage detected