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

Method clear_all

cpp/icm/bit_vector.hpp:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 }
129
130 void clear_all()
131 {
132 std::fill(blocks_.begin(), blocks_.end(), block_type(0));
133 }
134
135 void flip_all()
136 {

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected