Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
stat
Method · 0.80
modify
Method · 0.80
getTaskByPathFromFileSystem
Method · 0.80
setupMockResponses
Method · 0.80
Calls
2
normalizePath
Method · 0.95
get
Method · 0.65
Tested by
no test coverage detected