| 886 | struct 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 | }; |
| 894 | REGISTER_CMD(CollectionStatsCmd, "collstats"); |
| 895 |
nothing calls this directly
no outgoing calls
no test coverage detected