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

Method initWithRemoteArchive

valdi/src/valdi/runtime/Resources/Bundle.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void BundleInitializer::initWithRemoteArchive(bool hasRemoteAssets) {
82 _bundle->_hasRemoteArchive = true;
83 _bundle->_hasRemoteAssets = hasRemoteAssets;
84}
85
86const Ref<Bundle>& BundleInitializer::getBundle() const {
87 return _bundle;

Callers 1

initializeBundleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected