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

Method locking

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

Indicates if any lock exists. @return result of check

()

Source from the content-addressed store, hash-verified

64 * @return result of check
65 */
66 public boolean locking() {
67 return global() || local();
68 }
69
70 /**
71 * Adds another lock list. A global lock will be adopted.

Callers 2

acquireMethod · 0.95
releaseMethod · 0.95

Calls 2

globalMethod · 0.95
localMethod · 0.95

Tested by

no test coverage detected