()
| 1234 | } |
| 1235 | |
| 1236 | func newImageFilterOptions() *imageFilterOptions { |
| 1237 | return &imageFilterOptions{ |
| 1238 | includeCustomOptions: true, |
| 1239 | includeKnownExtensions: true, |
| 1240 | allowImportedTypes: false, |
| 1241 | } |
| 1242 | } |
| 1243 | |
| 1244 | func stripSourceRetentionOptionsFromFile(imageFile bufimage.ImageFile) (bufimage.ImageFile, error) { |
| 1245 | fileDescriptor := imageFile.FileDescriptorProto() |
no outgoing calls
no test coverage detected
searching dependent graphs…