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