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

Method call

src/ExtCmd.actor.cpp:888–892  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

886struct CollectionStatsCmd {
887 static const char* name;
888 static Future<Reference<ExtMsgReply>> call(Reference<ExtConnection> ec,
889 Reference<ExtMsgQuery> query,
890 Reference<ExtMsgReply> reply) {
891 return getCollectionStats(ec, query, reply);
892 }
893};
894REGISTER_CMD(CollectionStatsCmd, "collstats");
895

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected