FIXME: Add more to this command
| 862 | |
| 863 | // FIXME: Add more to this command |
| 864 | struct 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 | }; |
| 872 | REGISTER_CMD(DBStatsCmd, "dbstats"); |
| 873 | |
| 874 | // FIXME: Add more here too |
nothing calls this directly
no outgoing calls
no test coverage detected