()
| 952 | } |
| 953 | |
| 954 | func (cmd *AggregateCmd) String() string { |
| 955 | return cmdString(cmd, cmd.val) |
| 956 | } |
| 957 | |
| 958 | func (cmd *AggregateCmd) readReply(rd *proto.Reader) (err error) { |
| 959 | readType, err := rd.PeekReplyType() |
nothing calls this directly
no test coverage detected