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

Method Delete

options/options.go:149–151  ·  view source on GitHub ↗

Delete removes an option by its key.

(key string)

Source from the content-addressed store, hash-verified

147
148// Delete removes an option by its key.
149func (o *Options) Delete(key string) {
150 delete(o.m, key)
151}
152
153// DeleteByPrefix removes all options that start with the given prefix.
154func (o *Options) DeleteByPrefix(prefix string) {

Callers 7

closeImgproxyReaderFunction · 0.45
applyTrimOptionMethod · 0.45
applyBackgroundOptionMethod · 0.45
parseGravityMethod · 0.45
DisableTrimMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected