Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
89
func
(discard) WriteByte(c byte) error {
90
return
nil
91
}
92
93
func
BenchmarkWriteBuffer_Append(b *testing.B) {
94
buf := proto.NewWriter(discard{})
Callers
4
TestPeekPushNotificationName
Function · 0.80
WriteArgs
Method · 0.80
bytes
Method · 0.80
crlf
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected