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

Function extract_php

tests/test_php_lsp.c:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23/* ── Helpers ───────────────────────────────────────────────────── */
24
25static CBMFileResult *extract_php(const char *source) {
26 return cbm_extract_file(source, (int)strlen(source), CBM_LANG_PHP, "test", "main.php", 0, NULL,
27 NULL);
28}
29
30static int find_resolved(const CBMFileResult *r, const char *callerSub, const char *calleeSub) {
31 for (int i = 0; i < r->resolved_calls.count; i++) {

Callers 1

test_php_lsp.cFile · 0.85

Calls 1

cbm_extract_fileFunction · 0.85

Tested by

no test coverage detected