Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
get
Method · 0.95
drop
Method · 0.95
drop
Method · 0.95
info
Method · 0.65
name
Method · 0.65
equals
Method · 0.45
isEmpty
Method · 0.45
user
Method · 0.45
context
Method · 0.45
Tested by
no test coverage detected