Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2646
const 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_imports
Function · 0.85
cbm_extract_file_ex
Function · 0.85
so_parse_crashes
Function · 0.85
check_ast_kind_present
Function · 0.85
repro_language_registry.c
File · 0.85
check_exact_ast_kind
Function · 0.85
check_ast_contract
Function · 0.85
repro_grammar_systems.c
File · 0.85
parse_lsp_fixture
Function · 0.85
Calls
1
cbm_lang_spec
Function · 0.85
Tested by
no test coverage detected