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

Method text

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

Source from the content-addressed store, hash-verified

268 }
269
270 @Override
271 public byte[] text(final int pre, final boolean text) {
272 final long value = textRef(pre);
273 return Inline.inlined(value) ? Inline.unpack(value) : txt(value, text);
274 }
275
276 @Override
277 public long textItr(final int pre, final boolean text) {

Callers

nothing calls this directly

Calls 4

textRefMethod · 0.95
inlinedMethod · 0.95
unpackMethod · 0.95
txtMethod · 0.95

Tested by

no test coverage detected