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

Method ImageDataFactory

imgproxy.go:245–247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

243}
244
245func (i *Imgproxy) ImageDataFactory() *imagedata.Factory {
246 return i.imageDataFactory
247}
248
249func (i *Imgproxy) ClientFeaturesDetector() *clientfeatures.Detector {
250 return i.clientFeaturesDetector

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected