| 771 | } |
| 772 | |
| 773 | const char *cbm_store_db_path(const cbm_store_t *s) { |
| 774 | return s ? s->db_path : NULL; |
| 775 | } |
| 776 | |
| 777 | /* Build a SQLite "file:" URI with immutable=1 from a filesystem path. |
| 778 | * immutable=1 bypasses WAL and locking and reads the main DB file directly — |
no outgoing calls
no test coverage detected