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

Function taskInfo

tests/unit/modals/taskModalSubtasks.test.ts:23–31  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

21}
22
23function taskInfo(path: string): TaskInfo {
24 return {
25 title: path,
26 status: "open",
27 priority: "normal",
28 path,
29 archived: false,
30 };
31}
32
33function createApp(files: Record<string, TFile> = {}): any {
34 return {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected