MCPcopy Create free account
hub / github.com/ai-techsystems/deepC / prev

Method prev

include/core/iterator.h:264–264  ·  view source on GitHub ↗

Optional function for reverse iteration:

Source from the content-addressed store, hash-verified

262
263 // Optional function for reverse iteration:
264 void prev() { state.prev(ref); }
265
266public:
267 static const_iterator begin(const C *ref) {

Callers

nothing calls this directly

Calls 1

prevMethod · 0.45

Tested by

no test coverage detected