MCPcopy 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
436func (r *fileWriterReader) Read(destBuf []byte) (n int, err error) {
437 return r.f.Read(destBuf)
438}
439
440func (r *fileWriterReader) Write(p []byte) (n int, err error) {
441 return r.f.Write(p)

Callers 1

PutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected