| 214 | struct FakeErrorCmd { |
| 215 | static const char* name; |
| 216 | static Future<Reference<ExtMsgReply>> call(Reference<ExtConnection> nmc, |
| 217 | Reference<ExtMsgQuery> query, |
| 218 | Reference<ExtMsgReply> reply) { |
| 219 | throw operation_failed(); |
| 220 | } |
| 221 | }; |
| 222 | REGISTER_CMD(FakeErrorCmd, "fakeerror"); |
| 223 |
nothing calls this directly
no outgoing calls
no test coverage detected