Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ hasNext
Method
hasNext
basex-core/src/main/java/org/basex/util/ft/FTLexer.java:143–146 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
141
}
142
143
@Override
144
public
boolean hasNext() {
145
return
iter.hasNext();
146
}
147
148
@Override
149
public
FTSpan next() {
Callers
13
text
Method · 0.95
next
Method · 0.95
unique
Method · 0.95
indexAccessible
Method · 0.95
tokens
Method · 0.95
build
Method · 0.95
drawText
Method · 0.95
count
Method · 0.95
main
Method · 0.45
parse
Method · 0.45
build
Method · 0.45
markNodes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected