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

Method register

src/api/runtime-api.ts:875–875  ·  view source on GitHub ↗
(extension: TaskNotesRuntimeExtension<TApi>)

Source from the content-addressed store, hash-verified

873
874export interface TaskNotesRuntimeExtensionsApi {
875 register<TApi>(extension: TaskNotesRuntimeExtension<TApi>): TaskNotesRuntimeExtensionHandle;
876 get<TApi = unknown>(namespace: string): TApi | undefined;
877 require<TApi = unknown>(namespace: string): TApi;
878 has(namespace: string): boolean;

Callers 15

onOpenMethod · 0.65
onOpenMethod · 0.65
constructorMethod · 0.65
setupEventListenersMethod · 0.65
setupConfigChangeHookFunction · 0.65
setupNewTaskButtonFunction · 0.65
setupTaskUpdateListenerFunction · 0.65
setupSearchFunction · 0.65
setupSelectionHandlingFunction · 0.65
initializePluginRuntimeFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected