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

Function getConfigFilePath

apps/desktop/src/main/app-config.ts:353–355  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

351}
352
353export function getConfigFilePath(): string {
354 return path.join(getConfigDir(), CONFIG_FILE_NAME)
355}
356
357// ---------------------------------------------------------------------------
358// TOML (de)serialization

Callers 7

registerIpcFunction · 0.90
app-config.test.tsFile · 0.90
readConfigFileFunction · 0.85
startWatchingFunction · 0.85
initAppConfigFunction · 0.85
setPortableConfigFunction · 0.85
ensureConfigFileFunction · 0.85

Calls 1

getConfigDirFunction · 0.85

Tested by

no test coverage detected