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

Function get

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

Source from the content-addressed store, hash-verified

739/** Return true if this vertex has been removed. */
740template <typename VP, typename EP>
741bool get(vertex_removed_t, const DirectedGraph<VP, EP>& g,
742 typename DirectedGraph<VP, EP>::vertex_descriptor u)
743{
744 return g.is_removed(u);
745}
746
747template <typename VP, typename EP>
748void put(vertex_removed_t tag, DirectedGraph<VP, EP>& g,

Callers 10

DirectedGraphClass · 0.70
out_edgesMethod · 0.70
adjacent_verticesMethod · 0.70
add_edgeMethod · 0.70
remove_edgeMethod · 0.70
clear_out_edgesMethod · 0.70
putMethod · 0.70
out_degreeMethod · 0.70
edgeMethod · 0.70
is_removedMethod · 0.70

Calls 2

ContigNodeIndexMapClass · 0.85
is_removedMethod · 0.80

Tested by

no test coverage detected