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

Method call

src/ExtCmd.actor.cpp:927–931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

925struct CreateCollectionCmd {
926 static const char* name;
927 static Future<Reference<ExtMsgReply>> call(Reference<ExtConnection> ec,
928 Reference<ExtMsgQuery> query,
929 Reference<ExtMsgReply> reply) {
930 return doCreateCollection(ec, query, reply);
931 }
932};
933REGISTER_CMD(CreateCollectionCmd, "create");
934

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected