MCPcopy 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

consoleMethod · 0.95

Calls 2

infoMethod · 0.95
localMethod · 0.45

Tested by

no test coverage detected