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

Method data

cpp/icm/bit_vector.hpp:2215–2218  ·  view source on GitHub ↗

Direct access to underlying data (read-only)

Source from the content-addressed store, hash-verified

2213
2214 // Direct access to underlying data (read-only)
2215 const block_type* data() const
2216 {
2217 return original_bv_->data() + start_block_;
2218 }
2219
2220 // Memory usage
2221 size_t memory_usage() const

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected