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

Method test

basex-core/src/main/java/org/basex/query/expr/MixedPos.java:43–48  ·  view source on GitHub ↗
(final QueryContext qc, final InputInfo ii, final long pos)

Source from the content-addressed store, hash-verified

41 }
42
43 @Override
44 public boolean test(final QueryContext qc, final InputInfo ii, final long pos)
45 throws QueryException {
46 ctxValue(qc);
47 return expr.value(qc).test(qc, info, qc.focus.pos);
48 }
49
50 @Override
51 public Value positions(final QueryContext qc) throws QueryException {

Callers 1

itemMethod · 0.95

Calls 3

ctxValueMethod · 0.80
testMethod · 0.65
valueMethod · 0.45

Tested by

no test coverage detected