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

Function file

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

Source from the content-addressed store, hash-verified

9import type { TaskInfo } from "../../../src/types";
10
11function file(path: string): TAbstractFile {
12 return new TAbstractFile(path);
13}
14
15function markdownFile(path: string): TFile {
16 return new TFile(path);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected