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

Method materialize

basex-core/src/main/java/org/basex/query/value/item/Str.java:149–152  ·  view source on GitHub ↗
(final Predicate<Data> test, final InputInfo ii, final QueryContext qc)

Source from the content-addressed store, hash-verified

147 }
148
149 @Override
150 public Item materialize(final Predicate<Data> test, final InputInfo ii, final QueryContext qc) {
151 return type instanceof EnumType ? get(string()) : this;
152 }
153
154 @Override
155 public boolean materialized(final Predicate<Data> test, final InputInfo ii) {

Callers

nothing calls this directly

Calls 2

getMethod · 0.95
stringMethod · 0.95

Tested by

no test coverage detected