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

Method has

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

Source from the content-addressed store, hash-verified

50 }
51
52 @Override
53 public boolean has(final Flag... flags) {
54 if(flags.length != 0) {
55 for(final Expr expr : exprs) {
56 if(expr.has(flags)) return true;
57 }
58 }
59 return false;
60 }
61
62 @Override
63 public boolean inlineable(final InlineContext ic) {

Callers 2

optimizeEbvMethod · 0.95
mayBePositionalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected