Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Work-Fisher/code-claw
/ secretStorePath
Function
secretStorePath
desktop/main.mjs:156–158 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
154
}
155
156
function
secretStorePath() {
157
return
path.join(app.getPath(
'userData'
),
'secure-store.json'
)
158
}
159
160
async
function
readSecretStore() {
161
try {
Callers
2
readSecretStore
Function · 0.85
writeSecretStore
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected