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

Function vaultSettingsPath

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

Source from the content-addressed store, hash-verified

706}
707
708function vaultSettingsPath(root: string): string {
709 return path.join(root, INTERNAL_VAULT_DIR, VAULT_SETTINGS_FILE)
710}
711
712function noteMetaCachePath(root: string): string {
713 return path.join(root, INTERNAL_VAULT_DIR, NOTE_META_CACHE_FILE)

Callers 2

getVaultSettingsFunction · 0.85
setVaultSettingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected