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

Method exact

basex-core/src/main/java/org/basex/query/expr/IntPos.java:72–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70 }
71
72 @Override
73 public boolean exact() {
74 return min == max;
75 }
76
77 @Override
78 public Expr inline(final InlineContext ic) {

Callers 2

invertMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected