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

Method call

src/ExtCmd.actor.cpp:1039–1043  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1037struct InsertCmd {
1038 static const char* name;
1039 static Future<Reference<ExtMsgReply>> call(Reference<ExtConnection> nmc,
1040 Reference<ExtMsgQuery> query,
1041 Reference<ExtMsgReply> reply) {
1042 return insertAndReply(nmc, query, reply);
1043 }
1044};
1045REGISTER_CMD(InsertCmd, "insert");
1046

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected