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

Method value

cpp/icm/json_wrapper.hpp:237–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235 }
236
237 json_wrapper<is_const_iter> value() const noexcept
238 {
239 if (is_object()) {
240 return json_wrapper<is_const_iter>(std::get<0>(iter_)->value());
241 }
242 return json_wrapper<is_const_iter>(*std::get<1>(iter_));
243 }
244
245 generic_iterator& operator++()
246 {

Callers

nothing calls this directly

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected