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

Method begin

include/graph/graph.h:215–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 int pos;
214 inline void next(const graph *ref) { ++pos; }
215 inline void begin(const graph *ref) { pos = 0; }
216 inline void end(const graph *ref) { pos = ref->_nodes.size(); }
217 inline node *&get(graph *ref) { return ref->_nodes[pos]; }
218 inline const node *get(const graph *ref) { return ref->_nodes[pos]; }

Callers 2

destroyMethod · 0.45
findNodesWithIOMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected