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

Function extract_with_macros

tests/test_extraction.c:85–90  ·  view source on GitHub ↗

As extract(), but threads an ObjectScript macro table through. */

Source from the content-addressed store, hash-verified

83
84/* As extract(), but threads an ObjectScript macro table through. */
85static CBMFileResult *extract_with_macros(const char *src, CBMLanguage lang, const char *proj,
86 const char *path, const CBMMacroTable *mt) {
87 CBMFileResult *r =
88 cbm_extract_file_ex(src, (int)strlen(src), lang, proj, path, 0, NULL, NULL, mt, NULL);
89 return r;
90}
91
92/* ═══════════════════════════════════════════════════════════════════
93 * Group A: OOP Languages

Callers 1

test_extraction.cFile · 0.85

Calls 1

cbm_extract_file_exFunction · 0.85

Tested by

no test coverage detected