Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
globalIntegrity
Method · 0.95
Calls
2
assertTrue
Method · 0.95
size
Method · 0.45
Tested by
no test coverage detected