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

Function rh_index

tests/repro/repro_harness.h:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127static inline cbm_store_t *rh_index(RProj *lp, const char *filename, const char *content) {
128 RFile f = {filename, content};
129 return rh_index_files(lp, &f, 1);
130}
131
132static inline void rh_cleanup(RProj *lp, cbm_store_t *store) {
133 if (store)

Callers 15

cr536_setupFunction · 0.85
assert_lsp_strategyFunction · 0.85
ib_metricsFunction · 0.85
assert_strategy_absentFunction · 0.85
assert_lsp_strategyFunction · 0.85

Calls 1

rh_index_filesFunction · 0.85

Tested by

no test coverage detected