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

Method Error

imagedata/image_data.go:81–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79}
80
81func (d *imageDataBytes) Error() error {
82 // No error handling for in-memory data, return nil
83 return nil
84}
85
86// Reader returns a ReadSeeker for the image data
87func (d *imageDataAsyncBuffer) Reader() io.ReadSeeker {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected