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

Method setState

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

Source from the content-addressed store, hash-verified

28}
29
30void ManagedAsset::setState(AssetState assetState) {
31 _assetState = assetState;
32}
33
34const Result<AssetLocation>& ManagedAsset::getResolvedAssetLocation() const {
35 return _assetLocation;

Callers 15

addAssetLoadObserverMethod · 0.45
resolveAssetLocationMethod · 0.45
updateAssetLocationMethod · 0.45
removeAssetConsumerMethod · 0.45
doUpdateAssetConsumerMethod · 0.45
onConsumerLoadMethod · 0.45
fetchUserMethod · 0.45
LiveClockClass · 0.45
loadDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected