MCPcopy 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
156function secretStorePath() {
157 return path.join(app.getPath('userData'), 'secure-store.json')
158}
159
160async function readSecretStore() {
161 try {

Callers 2

readSecretStoreFunction · 0.85
writeSecretStoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected