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

Function java_node_text

internal/cbm/lsp/java_lsp.c:192–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190/* ── Helpers ──────────────────────────────────────────────────────── */
191
192static char *java_node_text(JavaLSPContext *ctx, TSNode node) {
193 return cbm_node_text(ctx->arena, node, ctx->source);
194}
195
196static bool is_node_kind(TSNode node, const char *kind) {
197 if (ts_node_is_null(node))

Callers 15

java_parse_type_nodeFunction · 0.85
java_eval_expr_typeFunction · 0.85
eval_field_accessFunction · 0.85
eval_method_invocationFunction · 0.85
eval_binaryFunction · 0.85
eval_unaryFunction · 0.85
java_process_statementFunction · 0.85
process_local_var_declFunction · 0.85
process_enhanced_forFunction · 0.85
process_field_declFunction · 0.85
process_method_declFunction · 0.85
process_constructor_declFunction · 0.85

Calls 1

cbm_node_textFunction · 0.85

Tested by

no test coverage detected