| 958 | struct 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 | }; |
| 966 | REGISTER_CMD(GetKVStatusCmd, "getkvstatus"); |
| 967 |
nothing calls this directly
no outgoing calls
no test coverage detected