()
| 286 | } |
| 287 | |
| 288 | func (po ProcessingOptions) StripMetadata() bool { |
| 289 | return po.Main().GetBool(keys.StripMetadata, po.config.StripMetadata) |
| 290 | } |
| 291 | |
| 292 | func (po ProcessingOptions) KeepCopyright() bool { |
| 293 | return po.Main().GetBool(keys.KeepCopyright, po.config.KeepCopyright) |
no test coverage detected