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

Function get

Graph/HashGraph.h:443–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441
442template <class VertexType>
443bool get(vertex_removed_t, const HashGraph<VertexType>&,
444 typename HashGraph<VertexType>::vertex_descriptor)
445{
446 return false;
447}
448
449template <class VertexType>
450void put(vertex_removed_t, HashGraph<VertexType>&,

Callers 15

write_vertexFunction · 0.70
write_edgesFunction · 0.70
DotIO.hFile · 0.70
AsqgIO.hFile · 0.70
SAMIO.hFile · 0.70
isBubbleFunction · 0.70
discoverBubblesFunction · 0.70
AdjIO.hFile · 0.70
operator()Method · 0.70
contiguous_inFunction · 0.70
copy_out_edgesFunction · 0.70
copy_in_edgesFunction · 0.70

Calls 2

get_vertex_colorMethod · 0.80
strMethod · 0.45

Tested by

no test coverage detected