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

Function php_node_text

internal/cbm/lsp/php_lsp.c:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64/* ── helpers ────────────────────────────────────────────────────── */
65
66static char *php_node_text(PHPLSPContext *ctx, TSNode node) {
67 return cbm_node_text(ctx->arena, node, ctx->source);
68}
69
70static bool node_is(TSNode n, const char *kind) {
71 if (ts_node_is_null(n))

Callers 15

php_parse_type_nodeFunction · 0.85
fetch_leading_phpdocFunction · 0.85
php_eval_expr_typeFunction · 0.85
eval_function_call_typeFunction · 0.85
eval_member_call_typeFunction · 0.85
process_assignmentFunction · 0.85
process_foreachFunction · 0.85
process_catchFunction · 0.85
resolve_function_callFunction · 0.85
resolve_member_callFunction · 0.85
resolve_static_callFunction · 0.85

Calls 1

cbm_node_textFunction · 0.85

Tested by

no test coverage detected