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

Class CreateIndexesCmd

src/ExtCmd.actor.cpp:779–786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

777}
778
779struct CreateIndexesCmd {
780 static const char* name;
781 static Future<Reference<ExtMsgReply>> call(Reference<ExtConnection> ec,
782 Reference<ExtMsgQuery> query,
783 Reference<ExtMsgReply> reply) {
784 return doCreateIndexes(ec, query, reply);
785 }
786};
787REGISTER_CMD(CreateIndexesCmd, "createindexes");
788
789struct BuildInfoCmd {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected