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

Method remove

Parallel/NetworkSequenceCollection.cpp:1438–1444  ·  view source on GitHub ↗

Remove a k-mer from this collection. */

Source from the content-addressed store, hash-verified

1436
1437/** Remove a k-mer from this collection. */
1438void NetworkSequenceCollection::remove(const V& seq)
1439{
1440 if (isLocal(seq))
1441 m_data.remove(seq);
1442 else
1443 m_comm.sendSeqRemoveMessage(computeNodeID(seq), seq);
1444}
1445
1446bool NetworkSequenceCollection::checkpointReached() const
1447{

Callers 1

handleMethod · 0.45

Calls 1

sendSeqRemoveMessageMethod · 0.80

Tested by

no test coverage detected