Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/massCodeIO/massCode
/ resetPathsCache
Function
resetPathsCache
src/main/storage/providers/markdown/runtime/paths.ts:255–257 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
253
}
254
255
export
function
resetPathsCache(): void {
256
pathsCacheByVaultPath.clear()
257
}
258
259
export
function
hasMarkdownVaultData(vaultPath: string): boolean {
260
const
{ statePath } = getPaths(vaultPath)
Callers
1
stopMarkdownWatcher
Function · 0.90
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected