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

Method getViewType

src/utils/viewOptimizations.ts:32–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 viewPerformanceService?: ViewPerformanceRegistry;
31 performanceConfig?: ViewPerformanceConfig;
32 getViewType(): string;
33
34 // Methods that implementing views should provide
35 updateForTask(taskPath: string, operation: "update" | "delete" | "create"): Promise<void>;

Callers 4

attemptRegistrationFunction · 0.65
initializeServicesLazilyFunction · 0.65
getViewsOfTypeMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected