(container interface{})
| 1842 | } |
| 1843 | |
| 1844 | func (cmd *StringSliceCmd) ScanSlice(container interface{}) error { |
| 1845 | return proto.ScanSlice(cmd.val, container) |
| 1846 | } |
| 1847 | |
| 1848 | func (cmd *StringSliceCmd) readReply(rd *proto.Reader) error { |
| 1849 | n, err := rd.ReadArrayLen() |
no test coverage detected