MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getHeight

Method getHeight

valdi/src/valdi/snap_drawing/ImageLoading/ImageCacheItem.cpp:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86int ImageCacheItem::getHeight() const {
87 return _image->height();
88}
89
90Valdi::Ref<ImageCacheItem> ImageCacheItem::getResized(const String& url, int width, int height) {
91 _variants++;

Callers 1

getResizedImageMethod · 0.45

Calls 1

heightMethod · 0.45

Tested by

no test coverage detected