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

Function extract_rust

tests/test_rust_lsp.c:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24/* ── Helpers ───────────────────────────────────────────────────── */
25
26static CBMFileResult *extract_rust(const char *source) {
27 return cbm_extract_file(source, (int)strlen(source), CBM_LANG_RUST,
28 "test", "src/main.rs", 0, NULL, NULL);
29}
30
31static int find_resolved(const CBMFileResult *r, const char *callerSub,
32 const char *calleeSub) {

Callers 1

test_rust_lsp.cFile · 0.85

Calls 1

cbm_extract_fileFunction · 0.85

Tested by

no test coverage detected