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

Method get

cpp/nd/impl/string_vector_array.hpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 nd::array get(int64_t index) const
50 {
51 return nd::array(string_array(std::string(value_->data[index])));
52 }
53
54 const icm::shape& shape() const
55 {

Callers

nothing calls this directly

Calls 2

string_arrayClass · 0.85
arrayClass · 0.70

Tested by

no test coverage detected