| 1388 | struct GetDistinctCmd { |
| 1389 | static const char* name; |
| 1390 | static Future<Reference<ExtMsgReply>> call(Reference<ExtConnection> ec, |
| 1391 | Reference<ExtMsgQuery> query, |
| 1392 | Reference<ExtMsgReply> reply) { |
| 1393 | return getStreamDistinct(ec, query, reply); |
| 1394 | } |
| 1395 | }; |
| 1396 | REGISTER_CMD(GetDistinctCmd, "distinct"); |
| 1397 |
nothing calls this directly
no outgoing calls
no test coverage detected