MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / noteMetaCachePath

Function noteMetaCachePath

apps/desktop/src/main/vault.ts:712–714  ·  view source on GitHub ↗
(root: string)

Source from the content-addressed store, hash-verified

710}
711
712function noteMetaCachePath(root: string): string {
713 return path.join(root, INTERNAL_VAULT_DIR, NOTE_META_CACHE_FILE)
714}
715
716function noteCommentsRoot(root: string): string {
717 return path.join(root, INTERNAL_VAULT_DIR, NOTE_COMMENTS_DIR)

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected