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

Method get

basex-core/src/main/java/org/basex/query/func/db/DbNodeId.java:35–38  ·  view source on GitHub ↗
(final long i)

Source from the content-addressed store, hash-verified

33 return item != null ? Itr.get(id(item)) : null;
34 }
35 @Override
36 public Itr get(final long i) throws QueryException {
37 return Itr.get(id(nodes.get(i)));
38 }
39 @Override
40 public long size() throws QueryException {
41 return size;

Callers

nothing calls this directly

Calls 3

getMethod · 0.95
idMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected