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

Method isEmpty

basex-core/src/main/java/org/basex/index/IndexNames.java:63–65  ·  view source on GitHub ↗

Checks if the list of names is empty. @return result of check

()

Source from the content-addressed store, hash-verified

61 * @return result of check
62 */
63 public boolean isEmpty() {
64 return qnames.isEmpty();
65 }
66
67 /**
68 * Checks if the name of the addressed database entry is to be indexed.

Callers 15

containsMethod · 0.95
containsIdsMethod · 0.95
regexMethod · 0.45
addMethod · 0.45
responseMethod · 0.45
mergeMethod · 0.45
nameMethod · 0.45
nodeMethod · 0.45
MarkupSerializerMethod · 0.45
textMethod · 0.45
startOpenMethod · 0.45
atomicMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected