()
| 1130 | } |
| 1131 | |
| 1132 | private getProjectStringContext(): TaskModalProjectStringContext { |
| 1133 | return { |
| 1134 | sourcePath: this.getCurrentTaskPath() || "", |
| 1135 | getMarkdownFiles: () => this.getMarkdownFiles(), |
| 1136 | resolveLink: (linkPath, sourcePath) => this.resolveLink(linkPath, sourcePath), |
| 1137 | }; |
| 1138 | } |
| 1139 | |
| 1140 | protected renderProjectsList(): void { |
| 1141 | renderTaskModalProjectsList({ |
nothing calls this directly
no test coverage detected