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

Method column_empty

cpp/deeplake_core/sample.hpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111
112private:
113 bool column_empty(const batch_column& c) const
114 {
115 return c.array().size() == 0;
116 }
117
118 friend struct sample;
119

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
arrayMethod · 0.45

Tested by

no test coverage detected