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

Method end

cpp/nd/ndenumerate.hpp:87–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 }
86
87 [[nodiscard]] auto end() const
88 {
89 coord_iterator it(iterable);
90 it.jump_to_end();
91 return it;
92 }
93 };
94
95 return coord_iterator_wrapper{iterable};

Callers 1

coord_iteratorMethod · 0.45

Calls 1

jump_to_endMethod · 0.80

Tested by

no test coverage detected