MCPcopy 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
255export function resetPathsCache(): void {
256 pathsCacheByVaultPath.clear()
257}
258
259export function hasMarkdownVaultData(vaultPath: string): boolean {
260 const { statePath } = getPaths(vaultPath)

Callers 1

stopMarkdownWatcherFunction · 0.90

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected