Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
acquire
Method · 0.95
release
Method · 0.95
Calls
2
global
Method · 0.95
local
Method · 0.95
Tested by
no test coverage detected