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

Method value

basex-core/src/main/java/org/basex/query/func/PartFunc.java:76–81  ·  view source on GitHub ↗
(final QueryContext qc)

Source from the content-addressed store, hash-verified

74 }
75
76 @Override
77 public Value value(final QueryContext qc) throws QueryException {
78 final ValueBuilder vb = new ValueBuilder(qc);
79 for(final Item item : body().value(qc)) vb.add(funcItem(toFunction(item, qc), qc));
80 return vb.value(this);
81 }
82
83 /**
84 * Creates a function item over a dynamic function call to the given function item, with the

Callers

nothing calls this directly

Calls 5

bodyMethod · 0.95
addMethod · 0.95
funcItemMethod · 0.95
valueMethod · 0.95
toFunctionMethod · 0.45

Tested by

no test coverage detected