MCPcopy Create free account
hub / github.com/activeloopai/deeplake / size

Method size

cpp/icm/shape_array.hpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 T size() const noexcept
24 {
25 return span_.empty() ? 0 : span_.back() + 1;
26 }
27
28 bool empty() const noexcept
29 {

Callers 2

shape_arrayMethod · 0.45
lower_boundMethod · 0.45

Calls 2

emptyMethod · 0.45
backMethod · 0.45

Tested by

no test coverage detected