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

Function cs_node_text_cached

internal/cbm/lsp/cs_lsp.c:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84static char *cs_node_text_cached(CSLSPContext *ctx, TSNode node) {
85 return cs_node_text(ctx, node);
86}
87
88static bool cs_node_is(TSNode n, const char *kind) {
89 if (ts_node_is_null(n)) return false;

Callers

nothing calls this directly

Calls 1

cs_node_textFunction · 0.85

Tested by

no test coverage detected