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

Function c_node_text

internal/cbm/lsp/c_lsp.c:52–54  ·  view source on GitHub ↗

--- Helper: get node text ---

Source from the content-addressed store, hash-verified

50
51// --- Helper: get node text ---
52static char *c_node_text(CLSPContext *ctx, TSNode node) {
53 return cbm_node_text(ctx->arena, node, ctx->source);
54}
55
56// --- Initialization ---
57

Callers 12

c_parse_template_paramsFunction · 0.85
c_parse_type_nodeFunction · 0.85
c_eval_expr_type_innerFunction · 0.85
c_process_statementFunction · 0.85
c_process_functionFunction · 0.85
c_process_body_childFunction · 0.85
c_process_namespaceFunction · 0.85
c_process_classFunction · 0.85

Calls 1

cbm_node_textFunction · 0.85

Tested by

no test coverage detected