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

Method iter

basex-core/src/main/java/org/basex/query/func/fn/FnSortBy.java:44–47  ·  view source on GitHub ↗
(final QueryContext qc)

Source from the content-addressed store, hash-verified

42 }
43
44 @Override
45 public Iter iter(final QueryContext qc) throws QueryException {
46 return iter(arg(0).value(qc), qc);
47 }
48
49 @Override
50 protected Expr opt(final CompileContext cc) throws QueryException {

Callers

nothing calls this directly

Calls 9

addMethod · 0.95
indexMethod · 0.95
sortedMethod · 0.95
iterMethod · 0.65
sizeMethod · 0.65
valueMethod · 0.45
argMethod · 0.45
isEmptyMethod · 0.45
finishMethod · 0.45

Tested by

no test coverage detected