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

Function rust_node_text

internal/cbm/lsp/rust_lsp.c:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126static char *rust_node_text(RustLSPContext *ctx, TSNode node) {
127 return cbm_node_text(ctx->arena, node, ctx->source);
128}
129
130/* ════════════════════════════════════════════════════════════════════
131 * 2. Builtin / prelude tables

Callers 15

gather_scoped_pathFunction · 0.85
rust_parse_type_nodeFunction · 0.85
rust_eval_literal_typeFunction · 0.85
rust_eval_expr_typeFunction · 0.85
rust_collect_macro_rulesFunction · 0.85
rust_bind_patternFunction · 0.85
rust_process_statementFunction · 0.85
rust_process_functionFunction · 0.85
rust_impl_has_type_paramFunction · 0.85

Calls 1

cbm_node_textFunction · 0.85

Tested by

no test coverage detected