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

Function LowerCaseHex

util/generic/guid.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11namespace {
12 inline void LowerCaseHex(TString& s) {
13 for (auto&& c : s) {
14 c = AsciiToLower(c);
15 }
16 }
17} // namespace
18
19TString TGUID::AsGuidString() const {

Callers 2

AsGuidStringMethod · 0.85
AsUuidStringMethod · 0.85

Calls 1

AsciiToLowerFunction · 0.85

Tested by

no test coverage detected