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

Method Common

library/cpp/testing/unittest/registar.cpp:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 }
85
86 TString Common(TArrayRef<const char> str) const {
87 return ToString(Colors.OldColor()) + TString(str.begin(), str.end());
88 }
89
90 TString Left(TArrayRef<const char> str) const {
91 return ToString(GetLeftColor()) + TString(str.begin(), str.end());

Callers

nothing calls this directly

Calls 4

OldColorMethod · 0.80
ToStringFunction · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected