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

Method make_iterator

cpp/icm/const_json.hpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 };
56
57 auto make_iterator(const rapid_const_iter& it) const
58 {
59 return boost::make_transform_iterator(it, processor(doc_));
60 }
61
62 auto make_iterator(const rapid_array_const_iterator& it) const
63 {

Callers

nothing calls this directly

Calls 1

processorClass · 0.85

Tested by

no test coverage detected