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

Function configFile

apps/desktop/src/main/vault-config.test.ts:22–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20
21const tempDirs: string[] = []
22const configFile = (): string => path.join(userDataDir, 'zennotes.config.json')
23const backupFile = (): string => `${configFile()}.bak`
24
25// `localVaults` entries go through `path.resolve()` in normalizePersistedConfig,

Callers 2

backupFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected