| 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 |
nothing calls this directly
no test coverage detected