Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ CreateGuidAsString
Function
CreateGuidAsString
util/generic/guid.cpp:72–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
TString CreateGuidAsString() {
73
return TGUID::Create().AsGuidString();
74
}
75
76
static bool GetDigit(const char c, ui32& digit) {
77
digit = 0;
Callers
8
MaybeSaveSnapshot
Method · 0.85
DoImpl
Method · 0.85
GetApproxFileName
Method · 0.85
SumModels
Function · 0.85
Write
Method · 0.85
FreeRam
Method · 0.85
CarryModel
Function · 0.85
UpliftModel
Function · 0.85
Calls
2
AsGuidString
Method · 0.80
Create
Function · 0.50
Tested by
no test coverage detected