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

Function cbm_ts_language

internal/cbm/lang_specs.c:2646–2649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2644}
2645
2646const TSLanguage *cbm_ts_language(CBMLanguage lang) {
2647 const CBMLangSpec *spec = cbm_lang_spec(lang);
2648 return spec && spec->ts_factory ? spec->ts_factory() : NULL;
2649}

Callers 9

parse_embedded_importsFunction · 0.85
cbm_extract_file_exFunction · 0.85
so_parse_crashesFunction · 0.85
check_ast_kind_presentFunction · 0.85
check_exact_ast_kindFunction · 0.85
check_ast_contractFunction · 0.85
parse_lsp_fixtureFunction · 0.85

Calls 1

cbm_lang_specFunction · 0.85

Tested by

no test coverage detected