MCPcopy 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
15function markdownFile(path: string): TFile {
16 return new TFile(path);
17}
18
19function task(path: string): Pick<TaskInfo, "path" | "title"> {
20 return { path, title: path };

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected