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

Method call

src/ExtCmd.actor.cpp:737–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected