MCPcopy 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
69size_t ManagedAsset::getConsumersSize() const {
70 return _consumers.size();
71}
72
73bool ManagedAsset::hasConsumers() const {
74 return getConsumersSize() > 0;

Callers 6

TESTFunction · 0.80
getNextConsumerToUpdateFunction · 0.80
onLoadMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

TESTFunction · 0.64