MCPcopy
hub / github.com/callumalpass/tasknotes / read

Method read

tests/__mocks__/obsidian.ts:298–300  ·  view source on GitHub ↗
(file: TFile)

Source from the content-addressed store, hash-verified

296 }
297
298 async read(file: TFile): Promise<string> {
299 return mockFileSystem.read(file.path);
300 }
301
302 async createFolder(path: string): Promise<TFolder> {
303 mockFileSystem.ensureFolderExists(path);

Callers 15

refreshTaskDataMethod · 0.45
updateTimeblockTimesFunction · 0.45
addTimeblockToDailyNoteFunction · 0.45
getTypesFolderMethod · 0.45

Calls

no outgoing calls

Tested by 2

readVaultFileFunction · 0.36
readTaskDatesFunction · 0.36