MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / fetchCollisionsID0

Method fetchCollisionsID0

test/tree/TestTree.java:482–486  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

480 }
481
482 @Test (expected = IllegalArgumentException.class)
483 public void fetchCollisionsID0() throws Exception {
484 setupStorage(true, true);
485 Tree.fetchCollisions(storage.getTSDB(), 0, null);
486 }
487
488 @Test (expected = IllegalArgumentException.class)
489 public void fetchCollisionsID655536() throws Exception {

Callers

nothing calls this directly

Calls 3

setupStorageMethod · 0.95
fetchCollisionsMethod · 0.95
getTSDBMethod · 0.80

Tested by

no test coverage detected