MCPcopy 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
74Shared<AssetsManager> ObservableAsset::getAssetsManager() const {
75 return _assetsManager.lock();
76}
77
78bool ObservableAsset::canBeMeasured() const {
79 return _expectedWidth > 0 && _expectedHeight > 0;

Callers 7

TEST_PFunction · 0.45
getAssetMethod · 0.45
runUpdatesInnerMethod · 0.45
resolveMethod · 0.45
runtimeGetAssetsMethod · 0.45

Calls 1

lockMethod · 0.45

Tested by 1

TEST_PFunction · 0.36