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

Method textItr

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

Source from the content-addressed store, hash-verified

126 }
127
128 @Override
129 public long textItr(final int pre, final boolean text) {
130 return Token.toLong(text(pre, text));
131 }
132
133 @Override
134 public double textDbl(final int pre, final boolean text) {

Callers

nothing calls this directly

Calls 2

toLongMethod · 0.95
textMethod · 0.95

Tested by

no test coverage detected