| 1138 | struct UpdateCmd { |
| 1139 | static const char* name; |
| 1140 | static Future<Reference<ExtMsgReply>> call(Reference<ExtConnection> nmc, |
| 1141 | Reference<ExtMsgQuery> query, |
| 1142 | Reference<ExtMsgReply> reply) { |
| 1143 | return updateAndReply(nmc, query, reply); |
| 1144 | } |
| 1145 | }; |
| 1146 | REGISTER_CMD(UpdateCmd, "update"); |
| 1147 |
nothing calls this directly
no outgoing calls
no test coverage detected