Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ build
Method
build
basex-core/src/main/java/org/basex/core/cmd/DropDB.java:109–112 ·
view source on GitHub ↗
(final CmdBuilder cb)
Source
from the content-addressed store, hash-verified
107
}
108
109
@Override
110
public
void
build(
final
CmdBuilder cb) {
111
cb.init(Cmd.DROP +
" "
+ CmdDrop.DB).args();
112
}
113
}
Callers
nothing calls this directly
Calls
2
args
Method · 0.65
init
Method · 0.45
Tested by
no test coverage detected