MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / getCurrentTaskPath

Method getCurrentTaskPath

src/modals/TaskEditModal.ts:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51 }
52
53 protected getCurrentTaskPath(): string | undefined {
54 return this.task.path;
55 }
56
57 getModalTitle(): string {
58 return this.t("modals.taskEdit.title");

Callers 11

getDependencySourcePathFunction · 0.80
getModalEditorFileFunction · 0.80
getLinkServicesFunction · 0.80
addBlockingTaskFromPathFunction · 0.80
openBlockedBySelectorFunction · 0.80
openBlockingSelectorFunction · 0.80
addProjectFunction · 0.80
getProjectStringContextFunction · 0.80
renderProjectsListFunction · 0.80
openSubtaskSelectorFunction · 0.80
renderSubtasksListFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected