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

Function extract_perl

tests/test_perl_lsp.c:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33/* ── Helpers (mirror test_php_lsp.c) ───────────────────────────── */
34
35static CBMFileResult *extract_perl(const char *source) {
36 return cbm_extract_file(source, (int)strlen(source), CBM_LANG_PERL, "test", "main.pl", 0, NULL,
37 NULL);
38}
39
40static int find_resolved(const CBMFileResult *r, const char *callerSub, const char *calleeSub) {
41 for (int i = 0; i < r->resolved_calls.count; i++) {

Callers 2

test_perl_lsp.cFile · 0.85

Calls 1

cbm_extract_fileFunction · 0.85

Tested by

no test coverage detected