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

Function getDependencySourcePath

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

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 2

getCurrentTaskPathMethod · 0.80
getActiveFileMethod · 0.80

Tested by

no test coverage detected