()
| 145 | } |
| 146 | |
| 147 | protected getDependencySourcePath(): string { |
| 148 | return this.getCurrentTaskPath() || this.plugin.app.workspace.getActiveFile()?.path || ""; |
| 149 | } |
| 150 | |
| 151 | // Overridden by subclasses that manage an existing task |
| 152 | protected getCurrentTaskPath(): string | undefined { |
nothing calls this directly
no test coverage detected