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

Method IsEmpty

library/cpp/yt/memory/blob.h:132–135  ·  view source on GitHub ↗

Returns |true| if size is zero.

Source from the content-addressed store, hash-verified

130
131 //! Returns |true| if size is zero.
132 Y_FORCE_INLINE bool IsEmpty() const
133 {
134 return Size_ == 0;
135 }
136
137 //! Overwrites the current instance.
138 TBlob& operator = (const TBlob& rhs);

Callers 1

FinishMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected