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

Method inline

basex-core/src/main/java/org/basex/query/expr/path/Step.java:256–260  ·  view source on GitHub ↗
(final InlineContext ic)

Source from the content-addressed store, hash-verified

254 }
255
256 @Override
257 public final Expr inline(final InlineContext ic) throws QueryException {
258 // do not inline context value
259 return ic.var != null && ic.cc.ok(this, true, () -> ic.inline(exprs)) ? optimize(ic.cc) : null;
260 }
261
262 @Override
263 public abstract Step copy(CompileContext cc, IntObjectMap<Var> vm);

Callers

nothing calls this directly

Calls 3

optimizeMethod · 0.95
okMethod · 0.65
inlineMethod · 0.65

Tested by

no test coverage detected