Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ CachedImage
Class
CachedImage
valdi/src/valdi/snap_drawing/ImageLoading/ImageCache.hpp:22–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
class Image;
21
22
struct CachedImage {
23
Ref<Image> image;
24
float scale;
25
26
inline CachedImage(Ref<Image> image, float scale);
27
};
28
29
class ImageCache {
30
public:
Callers
1
getResizedImage
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected