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

Method item

basex-core/src/main/java/org/basex/query/expr/CmpR.java:141–144  ·  view source on GitHub ↗
(final QueryContext qc, final InputInfo ii)

Source from the content-addressed store, hash-verified

139 }
140
141 @Override
142 public Bln item(final QueryContext qc, final InputInfo ii) throws QueryException {
143 return Bln.get(test(qc, ii, 0));
144 }
145
146 @Override
147 public boolean test(final QueryContext qc, final InputInfo ii, final long pos)

Callers 1

testMethod · 0.45

Calls 2

getMethod · 0.95
testMethod · 0.95

Tested by

no test coverage detected