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

Function fallbackPath

apps/desktop/src/main/secret-store.ts:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22}
23
24function fallbackPath(): string {
25 return path.join(app.getPath('userData'), FALLBACK_FILE)
26}
27
28async function loadKeytar(): Promise<KeytarModule | null> {
29 try {

Callers 2

loadFallbackSecretsFunction · 0.85
saveFallbackSecretsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected