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

Method textLen

basex-core/src/main/java/org/basex/data/Data.java:500–500  ·  view source on GitHub ↗

Returns the byte length of a (possibly compressed) text (text, comment, pi, document). @param pre PRE value @param text text/attribute flag @return length

(int pre, boolean text)

Source from the content-addressed store, hash-verified

498 * @return length
499 */
500 public abstract int textLen(int pre, boolean text);
501
502 // UPDATE OPERATIONS ============================================================================
503

Callers 7

calcWidthsMethod · 0.95
initLenMethod · 0.95
scoreMethod · 0.45
buildMethod · 0.45
idRangeMethod · 0.45
buildMethod · 0.45
ValueCacheMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected