MCPcopy Create free account
hub / github.com/RealTimeGenomics/rtg-tools / integrity

Method integrity

src/main/java/com/rtg/util/MultiSet.java:181–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

179 }
180
181 @Override
182 public boolean integrity() {
183 Exam.assertTrue(mTotalCount >= mMap.size());
184 return true;
185 }
186
187}

Callers 1

globalIntegrityMethod · 0.95

Calls 2

assertTrueMethod · 0.95
sizeMethod · 0.45

Tested by

no test coverage detected