Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ getWidth
Method
getWidth
valdi/src/valdi/snap_drawing/ImageLoading/ImageCacheItem.cpp:82–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
int ImageCacheItem::getWidth() const {
83
return _image->width();
84
}
85
86
int ImageCacheItem::getHeight() const {
87
return _image->height();
Callers
1
getResizedImage
Method · 0.45
Calls
1
width
Method · 0.45
Tested by
no test coverage detected