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

Method next

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

Set iterator to next() state:

Source from the content-addressed store, hash-verified

83
84 // Set iterator to next() state:
85 void next() { state.next(ref); }
86 // Initialize iterator to first state:
87 void begin() { state.begin(ref); }
88 // Initialize iterator to end state:

Callers 3

nextMethod · 0.45
nextMethod · 0.45
nextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected