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

Method ToStringBuf

library/cpp/yt/misc/guid.cpp:209–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207{ }
208
209TStringBuf TFormattableGuid::ToStringBuf() const
210{
211 return {Buffer_.data(), End_};
212}
213
214////////////////////////////////////////////////////////////////////////////////
215

Callers 1

TESTFunction · 0.45

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected