| 254 | } |
| 255 | |
| 256 | EdgeIterator EndEdges(const NodeIterator n) const |
| 257 | { |
| 258 | return EdgeIterator(node_array[n].first_edge + node_array[n].edges); |
| 259 | } |
| 260 | |
| 261 | EdgeRange GetAdjacentEdgeRange(const NodeIterator node) const |
| 262 | { |
nothing calls this directly
no outgoing calls
no test coverage detected