MCPcopy Create free account
hub / github.com/callumalpass/tasknotes / updateProjectsFromFiles

Function updateProjectsFromFiles

src/modals/TaskModal.ts:1101–1103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1099 }
1100
1101 protected updateProjectsFromFiles(): void {
1102 this.projects = getTaskModalProjectsValue(this.selectedProjectItems);
1103 }
1104
1105 protected buildProjectReference(targetFile: TFile, sourcePath: string): string {
1106 return generateLink(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected