Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/go-redis
/ Write
Method
Write
internal/proto/writer_test.go:81–83 ·
view source on GitHub ↗
(b []byte)
Source
from the content-addressed store, hash-verified
79
type
discard
struct
{}
80
81
func
(discard) Write(b []byte) (int, error) {
82
return
len(b), nil
83
}
84
85
func
(discard) WriteString(s string) (int, error) {
86
return
len(s), nil
Callers
3
readRawReplyWriteTo
Method · 0.45
writeLen
Method · 0.45
bytes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected