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

Method optimize

basex-core/src/main/java/org/basex/query/expr/Convert.java:33–37  ·  view source on GitHub ↗
(final CompileContext cc)

Source from the content-addressed store, hash-verified

31 }
32
33 @Override
34 public Expr optimize(final CompileContext cc) throws QueryException {
35 expr = expr.simplifyFor(Simplify.STRING, cc);
36 return this;
37 }
38
39 /**
40 * Returns a stricter cast type.

Callers

nothing calls this directly

Calls 1

simplifyForMethod · 0.45

Tested by

no test coverage detected