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

Method offref

src/bootstrap/pluginServices.ts:22–22  ·  view source on GitHub ↗
(ref: EventRef)

Source from the content-addressed store, hash-verified

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

Callers 15

destroyMethod · 0.65
destroyMethod · 0.65
registerEventsMethod · 0.65
onCloseMethod · 0.65
onCloseMethod · 0.65
destroyMethod · 0.65
destroyMethod · 0.65
destroyMethod · 0.65
startFileWatcherMethod · 0.65
destroyMethod · 0.65
destroyMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected