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/expr/ParseExpr.java:64–67 ·
view source on GitHub ↗
(final QueryContext qc)
Source
from the content-addressed store, hash-verified
62
}
63
64
@Override
65
public
Iter iter(
final
QueryContext qc) throws QueryException {
66
return
value(qc).iter();
67
}
68
69
@Override
70
public
Value value(
final
QueryContext qc) throws QueryException {
Callers
3
value
Method · 0.95
item
Method · 0.95
test
Method · 0.95
Calls
2
value
Method · 0.95
iter
Method · 0.65
Tested by
no test coverage detected