MCPcopy
hub / github.com/pocketbase/pocketbase / reader

Struct reader

tools/filesystem/internal/s3blob/s3blob.go:302–305  ·  view source on GitHub ↗

------------------------------------------------------------------- reader reads an S3 object. It implements io.ReadCloser.

Source from the content-addressed store, hash-verified

300
301// reader reads an S3 object. It implements io.ReadCloser.
302type reader struct {
303 attrs *blob.ReaderAttributes
304 body io.ReadCloser
305}
306
307// Read implements [io/ReadCloser.Read].
308func (r *reader) Read(p []byte) (int, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected