MCPcopy Create free account
hub / github.com/catboost/catboost / FullNameByLanguage

Method FullNameByLanguage

library/cpp/langs/langs.cpp:280–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278 }
279
280 inline const char* FullNameByLanguage(ELanguage language) const {
281 if (static_cast<size_t>(language) >= FullNames.size())
282 return nullptr;
283
284 return FullNames[language];
285 }
286 inline const char* BiblioNameByLanguage(ELanguage language) const {
287 if (static_cast<size_t>(language) >= BiblioNames.size())
288 return nullptr;

Callers 1

FullNameByLanguageFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected