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

Method closed

basex-core/src/main/java/org/basex/data/Data.java:139–141  ·  view source on GitHub ↗

Indicates if the database has been closed. @return result of check

()

Source from the content-addressed store, hash-verified

137 * @return result of check
138 */
139 public final boolean closed() {
140 return closed;
141 }
142
143 /**
144 * Drops the specified index.

Callers 1

finishMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected