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

Function get

Graph/ContigGraph.h:421–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419/** Return true if this vertex has been removed. */
420template <typename G>
421bool get(vertex_removed_t tag, const ContigGraph<G>& g,
422 typename ContigGraph<G>::vertex_descriptor u)
423{
424 return get(tag, static_cast<const G&>(g), u);
425}
426
427template <typename G>
428void put(vertex_removed_t tag, ContigGraph<G>& g,

Callers 8

in_degreeMethod · 0.70
clear_out_edgesMethod · 0.70
clear_in_edgesMethod · 0.70
remove_vertexMethod · 0.70
add_edgeMethod · 0.70
remove_edgeMethod · 0.70
in_edgesFunction · 0.70
putFunction · 0.70

Calls 2

contigIndexMethod · 0.80
senseMethod · 0.80

Tested by

no test coverage detected