MCPcopy Create free account
hub / github.com/Work-Fisher/code-claw / ensureUserDataDir

Function ensureUserDataDir

desktop/main.mjs:152–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150}
151
152async function ensureUserDataDir() {
153 await mkdir(app.getPath('userData'), { recursive: true })
154}
155
156function secretStorePath() {
157 return path.join(app.getPath('userData'), 'secure-store.json')

Callers 2

readSecretStoreFunction · 0.85
writeSecretStoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected