Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
namespace {
12
inline void LowerCaseHex(TString& s) {
13
for (auto&& c : s) {
14
c = AsciiToLower(c);
15
}
16
}
17
} // namespace
18
19
TString TGUID::AsGuidString() const {
Callers
2
AsGuidString
Method · 0.85
AsUuidString
Method · 0.85
Calls
1
AsciiToLower
Function · 0.85
Tested by
no test coverage detected