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

Function extract_py

tests/test_py_lsp_stress.c:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15#include "lsp/py_lsp.h"
16
17static CBMFileResult *extract_py(const char *source) {
18 return cbm_extract_file(source, (int)strlen(source), CBM_LANG_PYTHON,
19 "test", "main.py", 0, NULL, NULL);
20}
21
22static int find_resolved(const CBMFileResult *r, const char *callerSub, const char *calleeSub) {
23 for (int i = 0; i < r->resolved_calls.count; i++) {

Callers 1

Calls 1

cbm_extract_fileFunction · 0.85

Tested by

no test coverage detected