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

Method item

basex-core/src/main/java/org/basex/query/func/fn/FnEmpty.java:22–25  ·  view source on GitHub ↗
(final QueryContext qc, final InputInfo ii)

Source from the content-addressed store, hash-verified

20 */
21public class FnEmpty extends StandardFunc {
22 @Override
23 public final Bln item(final QueryContext qc, final InputInfo ii) throws QueryException {
24 return Bln.get(test(qc, info, 0));
25 }
26
27 @Override
28 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