Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
void ManagedAsset::setObservable(const Shared<ObservableAsset>& observable) {
23
_observable = observable;
24
}
25
26
AssetState ManagedAsset::getState() const {
27
return _assetState;
Callers
1
lockFreeGetAsset
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected