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

Method anyBytes

test/core/TestCompactionQueue.java:1545–1547  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1543 }
1544
1545 private static byte[] anyBytes() {
1546 return any(byte[].class);
1547 }
1548
1549 // check that the byte arrays appear in any order, but otherwise match exactly
1550 private static byte[][] eqAnyOrder(byte[][] wanted) {

Callers 15

beforeMethod · 0.95
emptyRowMethod · 0.95
oneCellRowMethod · 0.95
oneCellAppendMethod · 0.95
oneCellRowWAnnotationMethod · 0.95
oneCellRowMSMethod · 0.95
twoCellAppendMethod · 0.95
failedCompactNoopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected