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

Method get

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

Source from the content-addressed store, hash-verified

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]; }
219 inline bool cmp(const node_iter &s) const { return pos != s.pos; }
220 };
221 SETUP_ITERATORS(graph, node *, node_iter)

Callers 1

isMarkedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected