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

Function get

Graph/UndirectedGraph.h:801–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

799/** Return true if this vertex has been removed. */
800template <typename VP, typename EP>
801bool get(vertex_removed_t, const UndirectedGraph<VP, EP>& g,
802 typename UndirectedGraph<VP, EP>::vertex_descriptor u)
803{
804 return g.is_removed(u);
805}
806
807template <typename VP, typename EP>
808void put(vertex_removed_t tag, UndirectedGraph<VP, EP>& g,

Callers 10

UndirectedGraph.hFile · 0.70
out_edgesFunction · 0.70
adjacent_verticesFunction · 0.70
add_edgeFunction · 0.70
remove_edgeFunction · 0.70
clear_out_edgesFunction · 0.70
putFunction · 0.70
out_degreeFunction · 0.70
edgeFunction · 0.70
is_removedFunction · 0.70

Calls 2

ContigNodeIndexMapClass · 0.85
is_removedMethod · 0.80

Tested by

no test coverage detected