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

Method body

basex-core/src/main/java/org/basex/query/func/PartFunc.java:50–52  ·  view source on GitHub ↗

Returns the function body expression. @return body

()

Source from the content-addressed store, hash-verified

48 * @return body
49 */
50 private Expr body() {
51 return exprs[exprs.length - 1];
52 }
53
54 @Override
55 public Expr optimize(final CompileContext cc) throws QueryException {

Callers 5

optimizeMethod · 0.95
valueMethod · 0.95
toStringMethod · 0.95
inputStreamMethod · 0.45
getResponseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected