MCPcopy Create free account
hub / github.com/BaseXdb/basex / compressed

Method compressed

basex-core/src/main/java/org/basex/util/Compress.java:137–139  ·  view source on GitHub ↗

Indicates if the specified value is inlined. @param value value @return result of check

(final long value)

Source from the content-addressed store, hash-verified

135 * @return result of check
136 */
137 public static boolean compressed(final long value) {
138 return (value & COMPRESS) != 0;
139 }
140
141 /**
142 * Checks if a specified bit is set.

Callers 2

textLenMethod · 0.95
txtMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected