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

Method begin

cpp/nd/impl/transformed_array.hpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 using iterator = chained_iterator<F, nd::iterator>;
43
44 iterator begin() const
45 {
46 return iterator(f_, array_.begin());
47 }
48
49 iterator end() const
50 {

Callers

nothing calls this directly

Calls 2

iteratorClass · 0.70
beginMethod · 0.45

Tested by

no test coverage detected