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

Class DBStatsCmd

src/ExtCmd.actor.cpp:864–871  ·  view source on GitHub ↗

FIXME: Add more to this command

Source from the content-addressed store, hash-verified

862
863// FIXME: Add more to this command
864struct DBStatsCmd {
865 static const char* name;
866 static Future<Reference<ExtMsgReply>> call(Reference<ExtConnection> ec,
867 Reference<ExtMsgQuery> query,
868 Reference<ExtMsgReply> reply) {
869 return getDBStats(ec, query, reply);
870 }
871};
872REGISTER_CMD(DBStatsCmd, "dbstats");
873
874// FIXME: Add more here too

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected