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

Method Format

processing/options.go:121–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119}
120
121func (po ProcessingOptions) Format() imagetype.Type {
122 return options.Get(po.Main(), keys.Format, imagetype.Unknown)
123}
124
125func (po ProcessingOptions) SetFormat(format imagetype.Type) {
126 po.Set(keys.Format, format)

Callers

nothing calls this directly

Calls 2

GetFunction · 0.92
MainMethod · 0.80

Tested by

no test coverage detected