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

Method textItr

basex-core/src/main/java/org/basex/data/DiskData.java:276–280  ·  view source on GitHub ↗
(final int pre, final boolean text)

Source from the content-addressed store, hash-verified

274 }
275
276 @Override
277 public long textItr(final int pre, final boolean text) {
278 final long value = textRef(pre);
279 return Inline.inlined(value) ? Inline.unpackLong(value) : toLong(txt(value, text));
280 }
281
282 @Override
283 public double textDbl(final int pre, final boolean text) {

Callers

nothing calls this directly

Calls 5

textRefMethod · 0.95
inlinedMethod · 0.95
unpackLongMethod · 0.95
txtMethod · 0.95
toLongMethod · 0.45

Tested by

no test coverage detected