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

Method call

src/ExtCmd.actor.cpp:493–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491struct RenameCollectionCmd {
492 static const char* name;
493 static Future<Reference<ExtMsgReply>> call(Reference<ExtConnection> ec,
494 Reference<ExtMsgQuery> query,
495 Reference<ExtMsgReply> reply) {
496 return doRenameCollection(ec, query, reply);
497 }
498};
499REGISTER_CMD(RenameCollectionCmd, "renamecollection");
500

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected