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

Function cs_node_text

internal/cbm/lsp/cs_lsp.c:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78/* ── small helpers ──────────────────────────────────────────────── */
79
80static char *cs_node_text(CSLSPContext *ctx, TSNode node) {
81 return cbm_node_text(ctx->arena, node, ctx->source);
82}
83
84static char *cs_node_text_cached(CSLSPContext *ctx, TSNode node) {
85 return cs_node_text(ctx, node);

Callers 15

cs_node_text_cachedFunction · 0.85
cs_parse_type_nodeFunction · 0.85
cs_eval_expr_typeFunction · 0.85
cs_eval_identifier_typeFunction · 0.85
cs_eval_invocation_typeFunction · 0.85
cs_bind_parametersFunction · 0.85
cs_process_local_declFunction · 0.85
cs_process_foreachFunction · 0.85
cs_process_assignmentFunction · 0.85

Calls 1

cbm_node_textFunction · 0.85

Tested by

no test coverage detected