MCPcopy Create free account
hub / github.com/Snapchat/Valdi / notified

Method notified

valdi/src/valdi/runtime/Resources/AssetConsumer.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32bool AssetConsumer::notified() const {
33 return _notified;
34}
35
36void AssetConsumer::setPreferredWidth(int32_t preferredWidth) {
37 _preferredWidth = preferredWidth;

Callers 2

TESTFunction · 0.80
getNextConsumerToUpdateFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64