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

Struct reader

tools/filesystem/internal/fileblob/fileblob.go:554–558  ·  view source on GitHub ↗

-------------------------------------------------------------------

Source from the content-addressed store, hash-verified

552// -------------------------------------------------------------------
553
554type reader struct {
555 r io.Reader
556 c io.Closer
557 attrs *blob.ReaderAttributes
558}
559
560func (r *reader) Read(p []byte) (int, error) {
561 if r.r == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected