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

Function cbm_store_open_memory

src/store/store.c:756–758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

754 * Must run before SQLite initialises, so it is done once on the first open. */
755
756cbm_store_t *cbm_store_open_memory(void) {
757 return store_open_internal(":memory:", true, true);
758}
759
760cbm_store_t *cbm_store_open_path(const char *db_path) {
761 if (!db_path) {

Callers 15

cbm_mcp_server_newFunction · 0.85
host_state_prepareFunction · 0.85
setup_cypher_storeFunction · 0.85
test_cypher.cFile · 0.85
setup_cypher_http_storeFunction · 0.85
test_watcher.cFile · 0.85
test_integration.cFile · 0.85
ui_delete_fixture_initFunction · 0.85

Calls 1

store_open_internalFunction · 0.85

Tested by 12

setup_cypher_storeFunction · 0.68
setup_cypher_http_storeFunction · 0.68
ui_delete_fixture_initFunction · 0.68
setup_search_storeFunction · 0.68
setup_store_with_nodesFunction · 0.68
setup_arch_test_storeFunction · 0.68
timed_boundaries_msFunction · 0.68