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

Method remove

Assembly/DBG.h:44–47  ·  view source on GitHub ↗

Remove the specified sequence if it exists. */

Source from the content-addressed store, hash-verified

42
43 /** Remove the specified sequence if it exists. */
44 void remove(const key_type& seq)
45 {
46 setFlag(seq, SF_DELETE);
47 }
48
49 /** Shrink the hash table. */
50 void shrink() {

Callers 2

assembleContigFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected