MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / Reader

Method Reader

imagedata/image_data.go:87–89  ·  view source on GitHub ↗

Reader returns a ReadSeeker for the image data

()

Source from the content-addressed store, hash-verified

85
86// Reader returns a ReadSeeker for the image data
87func (d *imageDataAsyncBuffer) Reader() io.ReadSeeker {
88 return d.b.Reader()
89}
90
91// Close closes the response body (hence, response) and the async buffer itself
92func (d *imageDataAsyncBuffer) Close() error {

Callers

nothing calls this directly

Calls 1

ReaderMethod · 0.65

Tested by

no test coverage detected