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

Method begin

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

Initialize iterator to first state:

Source from the content-addressed store, hash-verified

85 void next() { state.next(ref); }
86 // Initialize iterator to first state:
87 void begin() { state.begin(ref); }
88 // Initialize iterator to end state:
89 void end() { state.end(ref); }
90 // Returns current `value`

Callers 7

writeMethod · 0.45
getNodesMethod · 0.45
LSTMMethod · 0.45
computeMethod · 0.45
beginMethod · 0.45
beginMethod · 0.45
beginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected