MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / DropDatabaseCmd

Class DropDatabaseCmd

src/ExtCmd.actor.cpp:135–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135struct DropDatabaseCmd {
136 static const char* name;
137 static Future<Reference<ExtMsgReply>> call(Reference<ExtConnection> ec,
138 Reference<ExtMsgQuery> query,
139 Reference<ExtMsgReply> reply) {
140 return doDropDatabase(ec, query, reply);
141 }
142};
143REGISTER_CMD(DropDatabaseCmd, "dropdatabase");
144
145struct WhatsmyuriCmd {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected