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

Function extract_cs

tests/test_cs_lsp.c:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31/* ── Helpers ───────────────────────────────────────────────────── */
32
33static CBMFileResult *extract_cs(const char *source) {
34 return cbm_extract_file(source, (int)strlen(source), CBM_LANG_CSHARP, "test", "main.cs", 0,
35 NULL, NULL);
36}
37
38static int find_resolved(const CBMFileResult *r, const char *callerSub, const char *calleeSub) {
39 for (int i = 0; i < r->resolved_calls.count; i++) {

Callers 1

test_cs_lsp.cFile · 0.85

Calls 1

cbm_extract_fileFunction · 0.85

Tested by

no test coverage detected