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

Function do_extract

tests/test_extraction_imports.c:109–113  ·  view source on GitHub ↗

Convenience extract wrapper. */

Source from the content-addressed store, hash-verified

107
108/* Convenience extract wrapper. */
109static CBMFileResult *do_extract(const char *src, CBMLanguage lang,
110 const char *path) {
111 return cbm_extract_file(src, (int)strlen(src), lang, "testproj", path,
112 0, NULL, NULL);
113}
114
115/*
116 * Table-driven case struct.

Callers 2

run_import_caseFunction · 0.85

Calls 1

cbm_extract_fileFunction · 0.85

Tested by

no test coverage detected