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

Method has

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

Source from the content-addressed store, hash-verified

168 }
169
170 @Override
171 public boolean has(final Flag... flags) {
172 return ((Checks<Catch>) ctch -> ctch.has(flags)).any(catches) || super.has(flags) ||
173 fnlly.has(flags);
174 }
175
176 @Override
177 public boolean inlineable(final InlineContext ic) {

Callers

nothing calls this directly

Calls 1

anyMethod · 0.80

Tested by

no test coverage detected