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

Method clear_out_edges

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

Remove all out edges from this vertex. */

Source from the content-addressed store, hash-verified

266
267 /** Remove all out edges from this vertex. */
268 void clear_out_edges()
269 {
270 m_edges.clear();
271 }
272
273 /** Return the properties of the edge with target v. */
274 edge_property_type& operator[](vertex_descriptor v)

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected