Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ usage
Method
usage
basex-core/src/main/java/org/basex/BaseX.java:258–261 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
256
}
257
258
@Override
259
public
String usage() {
260
return
local() ? S_LOCALINFO : S_CLIENTINFO;
261
}
262
}
Callers
nothing calls this directly
Calls
1
local
Method · 0.45
Tested by
no test coverage detected