MCPcopy Index your code
hub / github.com/CodisLabs/codis / TestDecodeSimpleRequest1

Function TestDecodeSimpleRequest1

pkg/proxy/redis/decoder_test.go:50–53  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

48}
49
50func TestDecodeSimpleRequest1(t *testing.T) {
51 _, err := DecodeFromBytes([]byte("\r\n"))
52 assert.Must(err != nil)
53}
54
55func TestDecodeSimpleRequest2(t *testing.T) {
56 test := []string{

Callers

nothing calls this directly

Calls 1

DecodeFromBytesFunction · 0.85

Tested by

no test coverage detected