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

Function FromString

library/cpp/deprecated/split/split_iterator.h:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52template <>
53inline TUi32Region FromString(const TString& s) {
54 TUi32Region result;
55 sscanf(s.data(), "(%" PRIu32 ", %" PRIu32 ")", &result.Begin, &result.End);
56 return result;
57}
58
59class TSplitDelimiters {
60private:

Callers 15

TryFromStringMethod · 0.50
FromFeaturesStringMethod · 0.50
BuildInputChainMethod · 0.50
FromStringMethod · 0.50
FromStringImplMethod · 0.50
FromStringMethod · 0.50
TESTFunction · 0.50
ToSharedRefMethod · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
FromStringMethod · 0.50

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected