Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ setPreferredWidth
Method
setPreferredWidth
valdi/src/valdi/runtime/Resources/AssetConsumer.cpp:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
void AssetConsumer::setPreferredWidth(int32_t preferredWidth) {
37
_preferredWidth = preferredWidth;
38
}
39
40
int32_t AssetConsumer::getPreferredWidth() const {
41
return _preferredWidth;
Callers
1
addAssetLoadObserver
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected