MCPcopy 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
72TString CreateGuidAsString() {
73 return TGUID::Create().AsGuidString();
74}
75
76static bool GetDigit(const char c, ui32& digit) {
77 digit = 0;

Callers 8

MaybeSaveSnapshotMethod · 0.85
DoImplMethod · 0.85
GetApproxFileNameMethod · 0.85
SumModelsFunction · 0.85
WriteMethod · 0.85
FreeRamMethod · 0.85
CarryModelFunction · 0.85
UpliftModelFunction · 0.85

Calls 2

AsGuidStringMethod · 0.80
CreateFunction · 0.50

Tested by

no test coverage detected