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

Method empty

cpp/icm/shape_array.hpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28 bool empty() const noexcept
29 {
30 return size() == 0;
31 }
32
33 shape operator[](T index) const noexcept
34 {

Callers 2

shape_arrayMethod · 0.45
sizeMethod · 0.45

Calls 1

sizeFunction · 0.85

Tested by

no test coverage detected