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

Method holder_t

cpp/nd/impl/json_array.hpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 struct holder_t
22 {
23 explicit holder_t(const icm::const_json& d)
24 : data(d)
25 {
26 ASSERT(data.is_array());
27 }
28
29 icm::const_json data;
30 };

Callers

nothing calls this directly

Calls 1

is_arrayMethod · 0.45

Tested by

no test coverage detected