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

Method item

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

Source from the content-addressed store, hash-verified

42 }
43
44 @Override
45 public Bln item(final QueryContext qc, final InputInfo ii) throws QueryException {
46 return Bln.get(test(qc, ii, 0));
47 }
48
49 @Override
50 public boolean test(final QueryContext qc, final InputInfo ii, final long pos)

Callers

nothing calls this directly

Calls 2

getMethod · 0.95
testMethod · 0.95

Tested by

no test coverage detected