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

Function cbm_store_open_path

src/store/store.c:760–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

758}
759
760cbm_store_t *cbm_store_open_path(const char *db_path) {
761 if (!db_path) {
762 return NULL;
763 }
764 return store_open_internal(db_path, false, true);
765}
766
767cbm_store_t *cbm_store_open_path_existing(const char *db_path) {
768 if (!db_path) {

Callers 15

cbm_gbuf_load_from_dbFunction · 0.85
open_adr_store_for_writeFunction · 0.85
handle_adr_saveFunction · 0.85
cbm_artifact_importFunction · 0.85
run_closure_deltaFunction · 0.85
seal_staging_dbFunction · 0.85
test_cli.cFile · 0.85
gpf_open_indexedFunction · 0.85
ri_index_captureFunction · 0.85

Calls 1

store_open_internalFunction · 0.85

Tested by 15

gpf_open_indexedFunction · 0.68
ri_index_captureFunction · 0.68
gpg_open_indexedFunction · 0.68
es_lang_open_indexedFunction · 0.68
gpe_open_indexedFunction · 0.68
gpa_open_indexedFunction · 0.68
et_index_filesFunction · 0.68
cx_runFunction · 0.68