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

Method end

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

Initialize iterator to end state:

Source from the content-addressed store, hash-verified

255 void begin() { state.begin(ref); }
256 // Initialize iterator to end state:
257 void end() { state.end(ref); }
258 // Returns current `value`
259 const T get() { return state.get(ref); }
260 // Return true if `state != s`:

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected