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

Method call

src/ExtCmd.actor.cpp:960–964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

958struct GetKVStatusCmd {
959 static const char* name;
960 static Future<Reference<ExtMsgReply>> call(Reference<ExtConnection> ec,
961 Reference<ExtMsgQuery> query,
962 Reference<ExtMsgReply> reply) {
963 return doGetKVStatusActor(ec, reply);
964 }
965};
966REGISTER_CMD(GetKVStatusCmd, "getkvstatus");
967

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected