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

Method value

basex-core/src/main/java/org/basex/query/expr/If.java:156–159  ·  view source on GitHub ↗
(final QueryContext qc)

Source from the content-addressed store, hash-verified

154 }
155
156 @Override
157 public Value value(final QueryContext qc) throws QueryException {
158 return expr(qc).value(qc);
159 }
160
161 @Override
162 public Item item(final QueryContext qc, final InputInfo ii) throws QueryException {

Callers 10

typeErrorMethod · 0.45
preEvalMethod · 0.45
testMethod · 0.45
optimizeMethod · 0.45
itemMethod · 0.45
testMethod · 0.45
testMethod · 0.45
positionsMethod · 0.45
testMethod · 0.45
testMethod · 0.45

Calls 1

exprMethod · 0.95

Tested by

no test coverage detected