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

Method cache

basex-core/src/main/java/org/basex/query/value/seq/Seq.java:172–175  ·  view source on GitHub ↗
(final boolean lazy, final InputInfo ii)

Source from the content-addressed store, hash-verified

170 }
171
172 @Override
173 public void cache(final boolean lazy, final InputInfo ii) throws QueryException {
174 for(final Item item : this) item.cache(lazy, ii);
175 }
176
177 @Override
178 public Value materialize(final Predicate<Data> test, final InputInfo ii, final QueryContext qc)

Callers

nothing calls this directly

Calls 1

cacheMethod · 0.65

Tested by

no test coverage detected