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

Method getFile

tests/__mocks__/obsidian.ts:131–133  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

129 }
130
131 getFile(path: string): MockFile | undefined {
132 return this.files.get(this.normalizePath(path));
133 }
134
135 // Folder operations
136 ensureFolderExists(path: string): void {

Callers 4

statMethod · 0.80
modifyMethod · 0.80
setupMockResponsesMethod · 0.80

Calls 2

normalizePathMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected