Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
function
fallbackPath(): string {
25
return
path.join(app.getPath(
'userData'
), FALLBACK_FILE)
26
}
27
28
async
function
loadKeytar(): Promise<KeytarModule | null> {
29
try {
Callers
2
loadFallbackSecrets
Function · 0.85
saveFallbackSecrets
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected