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

Method nested

basex-core/src/main/java/org/basex/query/expr/constr/CMap.java:194–196  ·  view source on GitHub ↗

Returns if the specified expression refers to a nested map. @param e offset to key/value pair @return result of check

(final int e)

Source from the content-addressed store, hash-verified

192 * @return result of check
193 */
194 private boolean nested(final int e) {
195 return exprs[e + 1] == Empty.UNDEFINED;
196 }
197
198 @Override
199 public Expr copy(final CompileContext cc, final IntObjectMap<Var> vm) {

Callers 2

optimizeMethod · 0.95
structSizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected