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

Method run

basex-core/src/main/java/org/basex/core/cmd/DropUser.java:35–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 }
34
35 @Override
36 protected boolean run() {
37 return run(0, true);
38 }
39
40 @Override
41 protected boolean run(final String name, final String db) {

Callers

nothing calls this directly

Calls 9

getMethod · 0.95
dropMethod · 0.95
dropMethod · 0.95
infoMethod · 0.65
nameMethod · 0.65
equalsMethod · 0.45
isEmptyMethod · 0.45
userMethod · 0.45
contextMethod · 0.45

Tested by

no test coverage detected