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

Method refresh

src/utils/viewOptimizations.ts:36–36  ·  view source on GitHub ↗
(force?: boolean)

Source from the content-addressed store, hash-verified

34 // Methods that implementing views should provide
35 updateForTask(taskPath: string, operation: "update" | "delete" | "create"): Promise<void>;
36 refresh(force?: boolean): Promise<void>;
37 shouldRefreshForTask?(originalTask: TaskInfo | undefined, updatedTask: TaskInfo): boolean;
38}
39

Callers 15

renderGoogleCalendarCardFunction · 0.65
refreshAllMethod · 0.65
createFileForViewFunction · 0.65
handleDayClickMethod · 0.65
navigateToNextMonthMethod · 0.65
navigateToTodayMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected