Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ getConsumersSize
Method
getConsumersSize
valdi/src/valdi/runtime/Resources/ManagedAsset.cpp:69–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
size_t ManagedAsset::getConsumersSize() const {
70
return _consumers.size();
71
}
72
73
bool ManagedAsset::hasConsumers() const {
74
return getConsumersSize() > 0;
Callers
6
TEST
Function · 0.80
setResolvedAssetLocation
Method · 0.80
removeAssetLoadObserver
Method · 0.80
getNextConsumerToUpdate
Function · 0.80
loadAssetForConsumerAtResolvedLocation
Method · 0.80
onLoad
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
1
TEST
Function · 0.64