| 735 | struct DropIndexesCmd { |
| 736 | static const char* name; |
| 737 | static Future<Reference<ExtMsgReply>> call(Reference<ExtConnection> nmc, |
| 738 | Reference<ExtMsgQuery> query, |
| 739 | Reference<ExtMsgReply> reply) { |
| 740 | return doDropIndexesActor(nmc, query, reply); |
| 741 | } |
| 742 | }; |
| 743 | REGISTER_CMD(DropIndexesCmd, "dropindexes"); |
| 744 |
nothing calls this directly
no outgoing calls
no test coverage detected