()
| 75 | } |
| 76 | |
| 77 | func (po ProcessingOptions) ExtendEnabled() bool { |
| 78 | return po.GetBool(keys.ExtendEnabled, false) |
| 79 | } |
| 80 | |
| 81 | func (po ProcessingOptions) ExtendGravity() GravityOptions { |
| 82 | return NewGravityOptions(po.Options, keys.ExtendGravity, GravityCenter) |
no test coverage detected