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

Method set_all

cpp/icm/bit_vector.hpp:125–128  ·  view source on GitHub ↗

Bulk operations - highly optimized

Source from the content-addressed store, hash-verified

123
124 // Bulk operations - highly optimized
125 void set_all()
126 {
127 std::fill(blocks_.begin(), blocks_.end(), ~block_type(0));
128 }
129
130 void clear_all()
131 {

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected