Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ContentSquare/chproxy
/ Read
Method
Read
cache/redis_cache.go:436–438 ·
view source on GitHub ↗
(destBuf []byte)
Source
from the content-addressed store, hash-verified
434
}
435
436
func
(r *fileWriterReader) Read(destBuf []byte) (n int, err error) {
437
return
r.f.Read(destBuf)
438
}
439
440
func
(r *fileWriterReader) Write(p []byte) (n int, err error) {
441
return
r.f.Write(p)
Callers
1
Put
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected