MCPcopy 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

valueMethod · 0.95
itemMethod · 0.95
testMethod · 0.95

Calls 2

valueMethod · 0.95
iterMethod · 0.65

Tested by

no test coverage detected