Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ run
Method
run
basex-core/src/main/java/org/basex/core/cmd/InfoDB.java:28–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
@Override
29
protected
boolean run() throws IOException {
30
out.print(db(context.data().meta, false, true));
31
return
true;
32
}
33
34
@Override
35
public
void
addLocks() {
Callers
nothing calls this directly
Calls
3
db
Method · 0.95
print
Method · 0.65
data
Method · 0.45
Tested by
no test coverage detected