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

Method GetLeftColor

library/cpp/testing/unittest/registar.cpp:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 TStringBuf GetLeftColor() const {
99 return Reverse ? Colors.RedColor() : Colors.GreenColor();
100 }
101
102 TStringBuf GetRightColor() const {
103 return Reverse ? Colors.GreenColor() : Colors.RedColor();

Callers

nothing calls this directly

Calls 2

RedColorMethod · 0.80
GreenColorMethod · 0.80

Tested by

no test coverage detected