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

Method begin

cpp/nd/impl/transformed_array.hpp:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 using iterator = chained_iterator<decltype(converter(std::declval<F>())), nd::iterator, nd::iterator>;
248
249 iterator begin() const
250 {
251 return iterator(converter(f_), a1_.begin(), a2_.begin());
252 }
253
254 iterator end() const
255 {

Callers

nothing calls this directly

Calls 2

iteratorClass · 0.70
beginMethod · 0.45

Tested by

no test coverage detected