MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / fixFloatingPointValueNot

Method fixFloatingPointValueNot

test/core/TestInternal.java:407–412  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

405 }
406
407 @Test
408 public void fixFloatingPointValueNot() {
409 assertArrayEquals(new byte[] { 0, 0, 0, 1 },
410 Internal.fixFloatingPointValue((byte) 0x0B,
411 new byte[] { 0, 0, 0, 1 }));
412 }
413
414 @Test
415 public void fixFloatingPointValueWasInt() {

Callers

nothing calls this directly

Calls 1

fixFloatingPointValueMethod · 0.95

Tested by

no test coverage detected