()
| 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( |
nothing calls this directly
no test coverage detected