Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ iter
Method
iter
basex-core/src/main/java/org/basex/query/func/ft/FtMark.java:27–30 ·
view source on GitHub ↗
(final QueryContext qc)
Source
from the content-addressed store, hash-verified
25
private
static
final
byte[] MARK = Token.token(
"mark"
);
26
27
@Override
28
public
Iter iter(
final
QueryContext qc) throws QueryException {
29
return
mark(qc, false);
30
}
31
32
/**
33
* Performs the mark function.
Callers
nothing calls this directly
Calls
1
mark
Method · 0.95
Tested by
no test coverage detected