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/Info.java:26–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
@Override
27
protected
boolean run() throws IOException {
28
out.print(info(context));
29
return
true;
30
}
31
32
@Override
33
public
void
addLocks() {
Callers
nothing calls this directly
Calls
2
info
Method · 0.95
print
Method · 0.65
Tested by
no test coverage detected