()
| 255 | } |
| 256 | |
| 257 | func (i *Imgproxy) OptionsParser() *optionsparser.Parser { |
| 258 | return i.optionsParser |
| 259 | } |
| 260 | |
| 261 | func (i *Imgproxy) Processor() *processing.Processor { |
| 262 | return i.processor |
nothing calls this directly
no outgoing calls
no test coverage detected