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

Class DropCollectionCmd

src/ExtCmd.actor.cpp:399–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397}
398
399struct DropCollectionCmd {
400 static const char* name;
401 static Future<Reference<ExtMsgReply>> call(Reference<ExtConnection> ec,
402 Reference<ExtMsgQuery> query,
403 Reference<ExtMsgReply> reply) {
404 return doDropCollection(ec, query, reply);
405 }
406};
407REGISTER_CMD(DropCollectionCmd, "drop");
408
409ACTOR static Future<Void> internal_doRenameCollectionIndexesActor(Reference<DocTransaction> tr,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected