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

Function erosionObserver

Assembly/ErodeAlgorithm.h:86–91  ·  view source on GitHub ↗

The given sequence has changed. */

Source from the content-addressed store, hash-verified

84
85/** The given sequence has changed. */
86static inline
87void erosionObserver(SequenceCollectionHash* c,
88 const SequenceCollectionHash::value_type& seq)
89{
90 erode(c, seq);
91}
92
93//
94// Erode data off the ends of the graph, one by one

Callers

nothing calls this directly

Calls 1

erodeFunction · 0.85

Tested by

no test coverage detected