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

Method setNotified

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

Source from the content-addressed store, hash-verified

26}
27
28void AssetConsumer::setNotified(bool notified) {
29 _notified = notified;
30}
31
32bool AssetConsumer::notified() const {
33 return _notified;

Callers 3

notifyAssetConsumerMethod · 0.80
onConsumerLoadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected