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

Method floatingPointValueToFixNot

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

Source from the content-addressed store, hash-verified

392 }
393
394 @Test
395 public void floatingPointValueToFixNot() {
396 assertFalse(Internal.floatingPointValueToFix((byte) 0x0B,
397 new byte[] { 0, 0, 0, 1 }));
398 }
399
400 @Test
401 public void fixFloatingPointValue() {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected