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

Function cbm_store_open_path_existing

src/store/store.c:767–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765}
766
767cbm_store_t *cbm_store_open_path_existing(const char *db_path) {
768 if (!db_path) {
769 return NULL;
770 }
771 return store_open_internal(db_path, false, false);
772}
773
774const char *cbm_store_db_path(const cbm_store_t *s) {
775 return s ? s->db_path : NULL;

Callers 6

cr_open_existing_projectFunction · 0.85
test_integration.cFile · 0.85
observe_publish_boundaryFunction · 0.85
test_pipeline.cFile · 0.85
cross_repo_execFunction · 0.85
open_storeFunction · 0.85

Calls 1

store_open_internalFunction · 0.85

Tested by 3

observe_publish_boundaryFunction · 0.68
cross_repo_execFunction · 0.68
open_storeFunction · 0.68