Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/callumalpass/tasknotes
/ markdownFile
Function
markdownFile
tests/unit/modals/taskModalSubtasks.test.ts:15–17 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
13
}
14
15
function
markdownFile(path: string): TFile {
16
return
new
TFile(path);
17
}
18
19
function
task(path: string): Pick<TaskInfo,
"path"
|
"title"
> {
20
return
{ path, title: path };
Callers
1
taskModalSubtasks.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected