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

Method build

basex-core/src/main/java/org/basex/core/cmd/RepoDelete.java:43–46  ·  view source on GitHub ↗
(final CmdBuilder cb)

Source from the content-addressed store, hash-verified

41 }
42
43 @Override
44 public void build(final CmdBuilder cb) {
45 cb.init(Cmd.REPO + " " + CmdRepo.DELETE).args();
46 }
47}

Callers

nothing calls this directly

Calls 2

argsMethod · 0.65
initMethod · 0.45

Tested by

no test coverage detected