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

Method floatingPointValueToFix

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

Source from the content-addressed store, hash-verified

386 }
387
388 @Test
389 public void floatingPointValueToFix() {
390 assertTrue(Internal.floatingPointValueToFix((byte) 0x0B,
391 new byte[] { 0, 0, 0, 0, 0, 0, 0, 1 }));
392 }
393
394 @Test
395 public void floatingPointValueToFixNot() {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected