| 527 | struct GetCountCmd { |
| 528 | static const char* name; |
| 529 | static Future<Reference<ExtMsgReply>> call(Reference<ExtConnection> ec, |
| 530 | Reference<ExtMsgQuery> query, |
| 531 | Reference<ExtMsgReply> reply) { |
| 532 | return getStreamCount(ec, query, reply); |
| 533 | } |
| 534 | }; |
| 535 | REGISTER_CMD(GetCountCmd, "count"); |
| 536 |
nothing calls this directly
no outgoing calls
no test coverage detected