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

Method OptionsParser

imgproxy.go:257–259  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

255}
256
257func (i *Imgproxy) OptionsParser() *optionsparser.Parser {
258 return i.optionsParser
259}
260
261func (i *Imgproxy) Processor() *processing.Processor {
262 return i.processor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected