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

Method value

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

Source from the content-addressed store, hash-verified

22 }
23
24 @Override
25 public Value value(final QueryContext qc) throws QueryException {
26 return context(qc).atomValue(qc, info);
27 }
28
29 @Override
30 public Item item(final QueryContext qc, final InputInfo ii) throws QueryException {

Callers

nothing calls this directly

Calls 2

atomValueMethod · 0.45
contextMethod · 0.45

Tested by

no test coverage detected