()
| 247 | } |
| 248 | |
| 249 | func (i *Imgproxy) ClientFeaturesDetector() *clientfeatures.Detector { |
| 250 | return i.clientFeaturesDetector |
| 251 | } |
| 252 | |
| 253 | func (i *Imgproxy) Security() *security.Checker { |
| 254 | return i.securityChecker |
nothing calls this directly
no outgoing calls
no test coverage detected