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

Method FromBlob

library/cpp/yt/memory/ref.cpp:247–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245////////////////////////////////////////////////////////////////////////////////
246
247TRef TRef::FromBlob(const TBlob& blob)
248{
249 return TRef(blob.Begin(), blob.Size());
250}
251
252bool TRef::AreBitwiseEqual(TRef lhs, TRef rhs)
253{

Callers

nothing calls this directly

Calls 7

TMutableRefClass · 0.85
TSharedRefClass · 0.85
TSharedMutableRefClass · 0.85
TRefClass · 0.70
moveFunction · 0.50
BeginMethod · 0.45
SizeMethod · 0.45

Tested by

no test coverage detected