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

Function SafeCreateFromList

library/cpp/langmask/langmask.cpp:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 TLangMask SafeCreateFromList(const TString& list) {
73 return CreateFromListImpl(list, LanguageByName);
74 }
75
76 TString ToString(const TLangMask& langMask) {
77 if (langMask.Empty())

Callers

nothing calls this directly

Calls 1

CreateFromListImplFunction · 0.85

Tested by

no test coverage detected