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

Method size

basex-core/src/main/java/org/basex/gui/text/TextEditor.java:1125–1127  ·  view source on GitHub ↗

Returns the text size. @return text size

()

Source from the content-addressed store, hash-verified

1123 * @return text size
1124 */
1125 int size() {
1126 return text.length;
1127 }
1128
1129 /**
1130 * Returns the caret position.

Callers 15

replaceMethod · 0.95
nextWordMethod · 0.95
textEndMethod · 0.95
linesDownMethod · 0.95
commentMethod · 0.95
insertMethod · 0.95
toCaseMethod · 0.95
bracketMethod · 0.95
moveMethod · 0.95
formatMethod · 0.95
sortMethod · 0.95
indentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected