| 925 | struct CreateCollectionCmd { |
| 926 | static const char* name; |
| 927 | static Future<Reference<ExtMsgReply>> call(Reference<ExtConnection> ec, |
| 928 | Reference<ExtMsgQuery> query, |
| 929 | Reference<ExtMsgReply> reply) { |
| 930 | return doCreateCollection(ec, query, reply); |
| 931 | } |
| 932 | }; |
| 933 | REGISTER_CMD(CreateCollectionCmd, "create"); |
| 934 |
nothing calls this directly
no outgoing calls
no test coverage detected