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

Method String

options/options.go:355–357  ·  view source on GitHub ↗

String returns Options as a string representation of the map.

()

Source from the content-addressed store, hash-verified

353
354// String returns Options as a string representation of the map.
355func (o *Options) String() string {
356 return fmt.Sprintf("%v", o.Map())
357}
358
359// MarshalJSON returns Options as a JSON byte slice.
360func (o *Options) MarshalJSON() ([]byte, error) {

Callers 2

parseGravityTypeMethod · 0.45
FormatQualityFunction · 0.45

Calls 1

MapMethod · 0.95

Tested by

no test coverage detected