MCPcopy Create free account
hub / github.com/BirolLab/abyss / target

Method target

Graph/DirectedGraph.h:326–326  ·  view source on GitHub ↗

Returns the target vertex of this edge. */

Source from the content-addressed store, hash-verified

324
325 /** Returns the target vertex of this edge. */
326 vertex_descriptor target() const { return m_target; }
327
328 /** Return true if the target of this edge is v. */
329 bool operator ==(const vertex_descriptor& v) const

Callers 3

operator *Method · 0.45
operator*Method · 0.45
remove_edge_ifMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected