--- Helper: get node text ---
| 50 | |
| 51 | // --- Helper: get node text --- |
| 52 | static char *c_node_text(CLSPContext *ctx, TSNode node) { |
| 53 | return cbm_node_text(ctx->arena, node, ctx->source); |
| 54 | } |
| 55 | |
| 56 | // --- Initialization --- |
| 57 |
no test coverage detected