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

Function put

Graph/ContigGraph.h:428–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426
427template <typename G>
428void put(vertex_removed_t tag, ContigGraph<G>& g,
429 typename ContigGraph<G>::vertex_descriptor u,
430 bool flag)
431{
432 put(tag, static_cast<G&>(g), u, flag);
433 put(tag, static_cast<G&>(g), get(vertex_complement, g, u), flag);
434}
435
436/** Return the properties of the edge of iterator eit. */
437template <typename G>

Callers

nothing calls this directly

Calls 1

getFunction · 0.70

Tested by

no test coverage detected