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

Method Left

library/cpp/testing/unittest/registar.cpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 }
89
90 TString Left(TArrayRef<const char> str) const {
91 return ToString(GetLeftColor()) + TString(str.begin(), str.end());
92 }
93
94 TString Right(TArrayRef<const char> str) const {
95 return ToString(GetRightColor()) + TString(str.begin(), str.end());

Callers

nothing calls this directly

Calls 3

ToStringFunction · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected