Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/callumalpass/tasknotes
/ getCache
Method
getCache
tests/__mocks__/obsidian.ts:353–355 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
351
}
352
353
getCache(path: string): any {
354
return
this.cache.get(path) || null;
355
}
356
357
setCache(path: string, metadata: any): void {
358
this.cache.set(path, metadata);
Callers
6
getResolvedFileTitle
Function · 0.80
buildProjectIndex
Method · 0.80
resolveDisplayText
Function · 0.80
getFrontmatterValue
Function · 0.80
taskHasDetails
Function · 0.80
resolveProjectDisplayText
Function · 0.80
Calls
1
get
Method · 0.65
Tested by
no test coverage detected