| 777 | } |
| 778 | |
| 779 | struct CreateIndexesCmd { |
| 780 | static const char* name; |
| 781 | static Future<Reference<ExtMsgReply>> call(Reference<ExtConnection> ec, |
| 782 | Reference<ExtMsgQuery> query, |
| 783 | Reference<ExtMsgReply> reply) { |
| 784 | return doCreateIndexes(ec, query, reply); |
| 785 | } |
| 786 | }; |
| 787 | REGISTER_CMD(CreateIndexesCmd, "createindexes"); |
| 788 | |
| 789 | struct BuildInfoCmd { |
nothing calls this directly
no outgoing calls
no test coverage detected