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

Method end

cpp/icm/bit_vector.hpp:2145–2148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2143 }
2144
2145 set_bit_iterator end() const
2146 {
2147 return set_bit_iterator(this, true);
2148 }
2149
2150 // Utility methods - optimized block-level operations
2151 bool any() const

Callers

nothing calls this directly

Calls 1

set_bit_iteratorClass · 0.70

Tested by

no test coverage detected