| 933 | } |
| 934 | |
| 935 | Storage::Cache::Key DocumentData::goodThumbnailCacheKey() const { |
| 936 | return Data::DocumentThumbCacheKey(_dc, id); |
| 937 | } |
| 938 | |
| 939 | bool DocumentData::goodThumbnailChecked() const { |
| 940 | return (_goodThumbnailState & GoodThumbnailFlag::Mask) |
no test coverage detected