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

Method Length

util/memory/blob.h:116–118  ·  view source on GitHub ↗

Returns the size of the data array in bytes.

Source from the content-addressed store, hash-verified

114
115 /// Returns the size of the data array in bytes.
116 inline size_t Length() const noexcept {
117 return S_.Length;
118 }
119
120 /// Checks if the object has an empty data array.
121 Y_PURE_FUNCTION inline bool Empty() const noexcept {

Callers 1

Y_UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected