| 1037 | struct InsertCmd { |
| 1038 | static const char* name; |
| 1039 | static Future<Reference<ExtMsgReply>> call(Reference<ExtConnection> nmc, |
| 1040 | Reference<ExtMsgQuery> query, |
| 1041 | Reference<ExtMsgReply> reply) { |
| 1042 | return insertAndReply(nmc, query, reply); |
| 1043 | } |
| 1044 | }; |
| 1045 | REGISTER_CMD(InsertCmd, "insert"); |
| 1046 |
nothing calls this directly
no outgoing calls
no test coverage detected