MCPcopy Create free account
hub / github.com/BaseXdb/basex / iter

Method iter

basex-core/src/main/java/org/basex/query/expr/If.java:151–154  ·  view source on GitHub ↗
(final QueryContext qc)

Source from the content-addressed store, hash-verified

149 }
150
151 @Override
152 public Iter iter(final QueryContext qc) throws QueryException {
153 return expr(qc).iter(qc);
154 }
155
156 @Override
157 public Value value(final QueryContext qc) throws QueryException {

Callers

nothing calls this directly

Calls 2

exprMethod · 0.95
iterMethod · 0.65

Tested by

no test coverage detected