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

Method call

src/ExtCmd.actor.cpp:1140–1144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1138struct UpdateCmd {
1139 static const char* name;
1140 static Future<Reference<ExtMsgReply>> call(Reference<ExtConnection> nmc,
1141 Reference<ExtMsgQuery> query,
1142 Reference<ExtMsgReply> reply) {
1143 return updateAndReply(nmc, query, reply);
1144 }
1145};
1146REGISTER_CMD(UpdateCmd, "update");
1147

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected