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

Function task

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

Source from the content-addressed store, hash-verified

17}
18
19function task(path: string): Pick<TaskInfo, "path" | "title"> {
20 return { path, title: path };
21}
22
23function taskInfo(path: string): TaskInfo {
24 return {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected