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

Method data

cpp/icm/bit_vector.hpp:758–761  ·  view source on GitHub ↗

Direct access to underlying data for advanced operations

Source from the content-addressed store, hash-verified

756
757 // Direct access to underlying data for advanced operations
758 const block_type* data() const
759 {
760 return blocks_.data();
761 }
762
763 block_type* data()
764 {

Callers 11

serializeMethod · 0.45
deserializeMethod · 0.45
set_from_spanMethod · 0.45
operator~Function · 0.45
operator==Function · 0.45
bit_vector_viewClass · 0.45
count_set_bitsMethod · 0.45
anyMethod · 0.45
allMethod · 0.45
dataMethod · 0.45
set_from_spanMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected