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

Method inlined

basex-core/src/main/java/org/basex/util/Inline.java:136–138  ·  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

134 * @return result of check
135 */
136 public static boolean inlined(final long value) {
137 return (value & INLINE) != 0;
138 }
139
140 /**
141 * Extracts an inlined string.

Callers 6

textMethod · 0.95
textItrMethod · 0.95
textDblMethod · 0.95
textLenMethod · 0.95
deleteMethod · 0.95
updateTextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected