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

Method value

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

Source from the content-addressed store, hash-verified

194 }
195
196 @Override
197 public Value value(final QueryContext qc) throws QueryException {
198 return expr(qc).value(qc);
199 }
200
201 @Override
202 public Item item(final QueryContext qc, final InputInfo ii) throws QueryException {

Callers

nothing calls this directly

Calls 1

exprMethod · 0.95

Tested by

no test coverage detected