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

Method TFormattableGuid

library/cpp/yt/misc/guid.cpp:205–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203////////////////////////////////////////////////////////////////////////////////
204
205TFormattableGuid::TFormattableGuid(TGuid guid)
206 : End_(WriteGuidToBuffer(Buffer_.data(), guid))
207{ }
208
209TStringBuf TFormattableGuid::ToStringBuf() const
210{

Callers

nothing calls this directly

Calls 2

WriteGuidToBufferFunction · 0.85
dataMethod · 0.45

Tested by

no test coverage detected