Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ header
Method
header
basex-core/src/main/java/org/basex/BaseX.java:253–256 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
251
}
252
253
@Override
254
public
String header() {
255
return
Util.info(S_CONSOLE_X, local() ? S_STANDALONE : S_CLIENT);
256
}
257
258
@Override
259
public
String usage() {
Callers
1
console
Method · 0.95
Calls
2
info
Method · 0.95
local
Method · 0.45
Tested by
no test coverage detected