MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / db-file-permissions.test.ts

File db-file-permissions.test.ts

apps/local/src/db/db-file-permissions.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// The local database sits in the same directory as `auth.json` and
2// `server-connections.json`, both of which are deliberately 0600. SQLite
3// creates its own files with the process umask instead, so on a default macOS
4// or Linux install the database and its WAL sidecars land at 0644 — readable

Callers

nothing calls this directly

Calls 8

openLocalLibsqlFunction · 0.90
modeOfFunction · 0.85
groupOrWorldReadableFunction · 0.85
pushMethod · 0.80
tempDirFunction · 0.70
closeMethod · 0.65
executeMethod · 0.65
createClientFunction · 0.50

Tested by

no test coverage detected