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

Function CreateFromList

library/cpp/langmask/langmask.cpp:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 TLangMask CreateFromList(const TString& list) {
69 return CreateFromListImpl(list, LanguageByNameStrict);
70 }
71
72 TLangMask SafeCreateFromList(const TString& list) {
73 return CreateFromListImpl(list, LanguageByName);

Callers

nothing calls this directly

Calls 1

CreateFromListImplFunction · 0.85

Tested by

no test coverage detected