MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / cbm_store_db_path

Function cbm_store_db_path

src/store/store.c:773–775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

771}
772
773const 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 —

Callers 4

open_adr_store_for_writeFunction · 0.85
handle_manage_adrFunction · 0.85
release_request_storeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected