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

Class DropIndexesCmd

src/ExtCmd.actor.cpp:735–742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

733}
734
735struct DropIndexesCmd {
736 static const char* name;
737 static Future<Reference<ExtMsgReply>> call(Reference<ExtConnection> nmc,
738 Reference<ExtMsgQuery> query,
739 Reference<ExtMsgReply> reply) {
740 return doDropIndexesActor(nmc, query, reply);
741 }
742};
743REGISTER_CMD(DropIndexesCmd, "dropindexes");
744
745// Hooray for "compatibility"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected