MCPcopy Create free account
hub / github.com/BaseXdb/basex / run

Method run

basex-core/src/main/java/org/basex/core/cmd/RepoList.java:25–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 }
24
25 @Override
26 protected boolean run() throws IOException {
27 out.println(new RepoManager(context).table().finish());
28 return true;
29 }
30
31 @Override
32 public void addLocks() {

Callers

nothing calls this directly

Calls 3

printlnMethod · 0.45
finishMethod · 0.45
tableMethod · 0.45

Tested by

no test coverage detected