MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / task

Function task

tests/unit/modals/taskModalTaskSelector.test.ts:7–15  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

5import type { TaskInfo } from "../../../src/types";
6
7function task(path: string): TaskInfo {
8 return {
9 title: path,
10 status: "open",
11 priority: "normal",
12 path,
13 archived: false,
14 };
15}
16
17function pluginWithTasks(tasks: TaskInfo[]): any {
18 return {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected