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

Method WriteByte

internal/proto/writer_test.go:89–91  ·  view source on GitHub ↗
(c byte)

Source from the content-addressed store, hash-verified

87}
88
89func (discard) WriteByte(c byte) error {
90 return nil
91}
92
93func BenchmarkWriteBuffer_Append(b *testing.B) {
94 buf := proto.NewWriter(discard{})

Callers 4

WriteArgsMethod · 0.80
bytesMethod · 0.80
crlfMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected