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

Method value

basex-core/src/main/java/org/basex/query/func/fn/FnSort.java:27–31  ·  view source on GitHub ↗
(final QueryContext qc)

Source from the content-addressed store, hash-verified

25 }
26
27 @Override
28 public Value value(final QueryContext qc) throws QueryException {
29 final Value input = arg(0).value(qc), value = quickValue(input);
30 return value != null ? value : iter(input, qc).value(qc, this);
31 }
32
33 @Override
34 protected Expr opt(final CompileContext cc) throws QueryException {

Callers 1

iterMethod · 0.45

Calls 3

quickValueMethod · 0.95
iterMethod · 0.95
argMethod · 0.45

Tested by

no test coverage detected