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

Method Processor

imgproxy.go:261–263  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

259}
260
261func (i *Imgproxy) Processor() *processing.Processor {
262 return i.processor
263}
264
265func (i *Imgproxy) Cookies() *cookies.Cookies {
266 return i.cookies

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected