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

Method value

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

Source from the content-addressed store, hash-verified

49 }
50
51 @Override
52 public Value value(final QueryContext qc) throws QueryException {
53 return seqType.cast(expr.atomValue(qc, info), true, qc, info);
54 }
55
56 @Override
57 public Expr simplifyFor(final Simplify mode, final CompileContext cc) throws QueryException {

Callers

nothing calls this directly

Calls 2

castMethod · 0.65
atomValueMethod · 0.45

Tested by

no test coverage detected