MCPcopy
hub / github.com/redis/go-redis / ScanSlice

Method ScanSlice

command.go:1844–1846  ·  view source on GitHub ↗
(container interface{})

Source from the content-addressed store, hash-verified

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

Callers 1

commands_test.goFile · 0.80

Calls 1

ScanSliceFunction · 0.92

Tested by

no test coverage detected