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

Method begin

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

Initialize iterator to first state:

Source from the content-addressed store, hash-verified

253 void next() { state.next(ref); }
254 // Initialize iterator to first state:
255 void begin() { state.begin(ref); }
256 // Initialize iterator to end state:
257 void end() { state.end(ref); }
258 // Returns current `value`

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected