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/Switch.java:191–194 ·
view source on GitHub ↗
(final QueryContext qc)
Source
from the content-addressed store, hash-verified
189
}
190
191
@Override
192
public
Iter iter(
final
QueryContext qc) throws QueryException {
193
return
expr(qc).iter(qc);
194
}
195
196
@Override
197
public
Value value(
final
QueryContext qc) throws QueryException {
Callers
nothing calls this directly
Calls
2
expr
Method · 0.95
iter
Method · 0.65
Tested by
no test coverage detected