()
| 243 | } |
| 244 | |
| 245 | func (i *Imgproxy) ImageDataFactory() *imagedata.Factory { |
| 246 | return i.imageDataFactory |
| 247 | } |
| 248 | |
| 249 | func (i *Imgproxy) ClientFeaturesDetector() *clientfeatures.Detector { |
| 250 | return i.clientFeaturesDetector |
nothing calls this directly
no outgoing calls
no test coverage detected