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

Function lang_index

tests/test_lang_contract.c:142–145  ·  view source on GitHub ↗

Convenience: index a single fixture file. */

Source from the content-addressed store, hash-verified

140
141/* Convenience: index a single fixture file. */
142static cbm_store_t *lang_index(LangProj *lp, const char *filename, const char *content) {
143 LangFile f = {filename, content};
144 return lang_index_files(lp, &f, 1);
145}
146
147static void lang_cleanup(LangProj *lp, cbm_store_t *store) {
148 if (store) {

Callers 1

Calls 1

lang_index_filesFunction · 0.85

Tested by

no test coverage detected