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

Method defaultTaskMenuUpdateHandler

src/api/TaskNotesAPI.ts:1770–1774  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1768 }
1769
1770 private defaultTaskMenuUpdateHandler(): () => void {
1771 return () => {
1772 this.plugin.app.workspace.trigger("tasknotes:refresh-views");
1773 };
1774 }
1775
1776 private getVaultInfo() {
1777 const adapter = this.plugin.app.vault.adapter as VaultAdapterWithPath;

Callers 2

populateTaskMenuMethod · 0.95
buildTaskContextMenuMethod · 0.95

Calls 1

triggerMethod · 0.65

Tested by

no test coverage detected