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

Method size

cpp/base/read_buffer.hpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 size_t size() const noexcept
57 {
58 return data_.size();
59 }
60
61 bool empty() const noexcept
62 {

Callers 5

emptyMethod · 0.45
span_castFunction · 0.45
string_view_castFunction · 0.45
read_bufferMethod · 0.45
random_stringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected