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

Function lsp_node_text

internal/cbm/lsp/go_lsp.c:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70// --- Helper: get node text ---
71
72static char* lsp_node_text(GoLSPContext* ctx, TSNode node) {
73 return cbm_node_text(ctx->arena, node, ctx->source);
74}
75
76// --- Helper: resolve import alias to package QN ---
77

Callers 8

go_parse_type_nodeFunction · 0.85
go_eval_expr_typeFunction · 0.85
go_exact_callable_targetFunction · 0.85
go_process_statementFunction · 0.85
process_functionFunction · 0.85

Calls 1

cbm_node_textFunction · 0.85

Tested by

no test coverage detected