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

Function file

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

Source from the content-addressed store, hash-verified

13} from "../../../src/modals/taskModalProjects";
14
15function file(path: string): TFile {
16 return new TFile(path);
17}
18
19function createContext(
20 files: TFile[] = [],

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected