(image)
| 142 | } |
| 143 | |
| 144 | function imageSizeSha(image) |
| 145 | { |
| 146 | if(image.sha && !image.type && (!image.forceSize || image.forceSize === 150)) |
| 147 | return image.sha; |
| 148 | |
| 149 | return sha1(addImageVars(image)); |
| 150 | } |
| 151 | |
| 152 | function addImageVars(image) |
| 153 | { |
no test coverage detected