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

Method local

basex-core/src/main/java/org/basex/core/locks/LockList.java:34–36  ·  view source on GitHub ↗

Indicates if local locks exist. @return result of check

()

Source from the content-addressed store, hash-verified

32 * @return result of check
33 */
34 public boolean local() {
35 return !list.isEmpty();
36 }
37
38 /**
39 * Sets a global lock. All existing and following local locks will be ignored.

Callers 3

lockingMethod · 0.95
acquireMethod · 0.95
releaseMethod · 0.95

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected