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

Method get

basex-core/src/main/java/org/basex/query/expr/DualMap.java:56–66  ·  view source on GitHub ↗
(final long i)

Source from the content-addressed store, hash-verified

54 }
55
56 @Override
57 public Item get(final long i) throws QueryException {
58 final QueryFocus qf = qc.focus;
59 final Value qv = qf.value;
60 try {
61 qf.value = iter1.get(i);
62 return exprs[1].item(qc, info);
63 } finally {
64 qf.value = qv;
65 }
66 }
67
68 @Override
69 public long size() {

Callers

nothing calls this directly

Calls 2

getMethod · 0.65
itemMethod · 0.45

Tested by

no test coverage detected