Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ getAssetsManager
Method
getAssetsManager
valdi/src/valdi/runtime/Resources/ObservableAsset.cpp:74–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
Shared<AssetsManager> ObservableAsset::getAssetsManager() const {
75
return _assetsManager.lock();
76
}
77
78
bool ObservableAsset::canBeMeasured() const {
79
return _expectedWidth > 0 && _expectedHeight > 0;
Callers
7
TEST_P
Function · 0.45
getAsset
Method · 0.45
runUpdatesInner
Method · 0.45
resolve
Method · 0.45
runtimeMakeAssetFromBytes
Method · 0.45
runtimeMakeAssetFromUrl
Method · 0.45
runtimeGetAssets
Method · 0.45
Calls
1
lock
Method · 0.45
Tested by
1
TEST_P
Function · 0.36