Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ addLocks
Method
addLocks
basex-core/src/main/java/org/basex/core/cmd/Check.java:90–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
88
}
89
90
@Override
91
public
void
addLocks() {
92
jc().locks.reads.add(Locking.CONTEXT).add(IO.get(args[0]).dbName());
93
}
94
95
@Override
96
public
boolean newData(
final
Context ctx) {
Callers
nothing calls this directly
Calls
4
get
Method · 0.95
jc
Method · 0.80
dbName
Method · 0.80
add
Method · 0.65
Tested by
no test coverage detected