returns os.ErrNotExist when scan was not found
(contentRef blob.Ref)
| 198 | |
| 199 | // returns os.ErrNotExist when scan was not found |
| 200 | func (h *handler) fetchScanByContent(contentRef blob.Ref) (mediaObject, error) { |
| 201 | return h.fetchScanFunc(contentRef, h.searchScanByContent) |
| 202 | } |
| 203 | |
| 204 | // returns os.ErrNotExist when scan was not found |
| 205 | func (h *handler) fetchScan(pn blob.Ref) (mediaObject, error) { |
no test coverage detected