Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
void AssetConsumer::setNotified(bool notified) {
29
_notified = notified;
30
}
31
32
bool AssetConsumer::notified() const {
33
return _notified;
Callers
3
setResolvedAssetLocation
Method · 0.80
notifyAssetConsumer
Method · 0.80
onConsumerLoad
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected