| 491 | struct RenameCollectionCmd { |
| 492 | static const char* name; |
| 493 | static Future<Reference<ExtMsgReply>> call(Reference<ExtConnection> ec, |
| 494 | Reference<ExtMsgQuery> query, |
| 495 | Reference<ExtMsgReply> reply) { |
| 496 | return doRenameCollection(ec, query, reply); |
| 497 | } |
| 498 | }; |
| 499 | REGISTER_CMD(RenameCollectionCmd, "renamecollection"); |
| 500 |
nothing calls this directly
no outgoing calls
no test coverage detected