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

Method fixFloatingPointValue

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

Source from the content-addressed store, hash-verified

398 }
399
400 @Test
401 public void fixFloatingPointValue() {
402 assertArrayEquals(new byte[] { 0, 0, 0, 1 },
403 Internal.fixFloatingPointValue((byte) 0x0B,
404 new byte[] { 0, 0, 0, 0, 0, 0, 0, 1 }));
405 }
406
407 @Test
408 public void fixFloatingPointValueNot() {

Callers

nothing calls this directly

Calls 1

fixFloatingPointValueMethod · 0.95

Tested by

no test coverage detected