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

Function cbm_language_name

src/discover/language.c:941–946  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

939}
940
941const char *cbm_language_name(CBMLanguage lang) {
942 if (lang < 0 || lang >= CBM_LANG_COUNT) {
943 return "Unknown";
944 }
945 return LANG_NAMES[lang] ? LANG_NAMES[lang] : "Unknown";
946}
947
948/* ── .m file disambiguation ──────────────────────────────────────── */
949

Callers 4

cx_fixture_dir_forFunction · 0.85
cx_build_corpusFunction · 0.85
test_complexity.cFile · 0.85
test_language.cFile · 0.85

Calls

no outgoing calls

Tested by 2

cx_fixture_dir_forFunction · 0.68
cx_build_corpusFunction · 0.68