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