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

Method textLen

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

Source from the content-addressed store, hash-verified

136 }
137
138 @Override
139 public int textLen(final int pre, final boolean text) {
140 return text(pre, text).length;
141 }
142
143 @Override
144 public boolean inMemory() {

Callers

nothing calls this directly

Calls 1

textMethod · 0.95

Tested by

no test coverage detected