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

Method has

basex-core/src/main/java/org/basex/query/expr/If.java:176–179  ·  view source on GitHub ↗
(final Flag... flags)

Source from the content-addressed store, hash-verified

174 }
175
176 @Override
177 public boolean has(final Flag... flags) {
178 return cond.has(flags) || super.has(flags);
179 }
180
181 @Override
182 public boolean inlineable(final InlineContext ic) {

Callers 15

addMarkedSpanFunction · 0.45
databaseMethod · 0.45
dataMethod · 0.45
createMethod · 0.45
replicateMethod · 0.45
inlineableMethod · 0.45
checkMethod · 0.45
mergeMethod · 0.45
optMethod · 0.45
mergeMethod · 0.45
dropOpsMethod · 0.45
optMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected