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

Method begin

cpp/nd/impl/transformed_array.hpp:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 using iterator = chained_iterator<F, nd::iterator, nd::iterator>;
179
180 iterator begin() const
181 {
182 return iterator(f_, a1_.begin(), a2_.begin());
183 }
184
185 iterator end() const
186 {

Callers

nothing calls this directly

Calls 2

iteratorClass · 0.70
beginMethod · 0.45

Tested by

no test coverage detected