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/value/Value.java:84–87 ·
view source on GitHub ↗
(final QueryContext qc)
Source
from the content-addressed store, hash-verified
82
public
abstract Item itemAt(long index);
83
84
@Override
85
public
final
BasicIter<Item> iter(
final
QueryContext qc) {
86
return
iter();
87
}
88
89
@Override
90
public
Iterator<Item> iterator() {
Callers
10
value
Method · 0.95
value
Method · 0.95
iter
Method · 0.95
iter
Method · 0.95
nodes
Method · 0.95
iter
Method · 0.95
bytesToB64
Method · 0.95
find
Method · 0.95
next
Method · 0.95
iterator
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected