Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ cbm_preprocess_free
Function
cbm_preprocess_free
internal/cbm/preprocessor.cpp:91–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
void cbm_preprocess_free(char* expanded) {
92
free(expanded);
93
}
94
95
} // extern
"C"
Callers
1
cbm_extract_file_impl
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected