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

Method PaddingTop

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

Source from the content-addressed store, hash-verified

147}
148
149func (po ProcessingOptions) PaddingTop() int {
150 return po.GetInt(keys.PaddingTop, 0)
151}
152
153func (po ProcessingOptions) PaddingRight() int {
154 return po.GetInt(keys.PaddingRight, 0)

Callers 3

PaddingEnabledMethod · 0.95
limitScaleMethod · 0.80
paddingMethod · 0.80

Calls 1

GetIntMethod · 0.45

Tested by

no test coverage detected