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

Method isInteger

src/core/Internal.java:427–430  ·  view source on GitHub ↗

@return Whether or not the value is an integer

()

Source from the content-addressed store, hash-verified

425
426 /** @return Whether or not the value is an integer */
427 public boolean isInteger() {
428 return (Internal.getFlagsFromQualifier(qualifier) &
429 Const.FLAG_FLOAT) == 0x0;
430 }
431 }
432
433 /**

Callers 1

parseValueMethod · 0.95

Calls 1

getFlagsFromQualifierMethod · 0.95

Tested by

no test coverage detected