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

Method setObservable

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

Source from the content-addressed store, hash-verified

20}
21
22void ManagedAsset::setObservable(const Shared<ObservableAsset>& observable) {
23 _observable = observable;
24}
25
26AssetState ManagedAsset::getState() const {
27 return _assetState;

Callers 1

lockFreeGetAssetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected