Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
replace
Method · 0.95
nextWord
Method · 0.95
textEnd
Method · 0.95
linesDown
Method · 0.95
comment
Method · 0.95
insert
Method · 0.95
toCase
Method · 0.95
bracket
Method · 0.95
move
Method · 0.95
format
Method · 0.95
sort
Method · 0.95
indent
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected