Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getDependencySourcePath
Function · 0.80
getModalEditorFile
Function · 0.80
getLinkServices
Function · 0.80
addBlockingTaskFromPath
Function · 0.80
openBlockedBySelector
Function · 0.80
openBlockingSelector
Function · 0.80
addProject
Function · 0.80
getProjectStringContext
Function · 0.80
renderProjectsList
Function · 0.80
openSubtaskSelector
Function · 0.80
renderSubtasksList
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected