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

Method reset

RResolver/RAlgorithmsShort.h:146–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 bool unknown() const { return tests == -1; }
145
146 void reset()
147 {
148 found = -1;
149 tests = -1;
150 }
151
152 bool good() const { return unknown() || found >= opt::threshold; }
153

Callers 1

buildRepeatSupportMapFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected