| 74 | } |
| 75 | |
| 76 | void BundleInitializer::initWithLocalArchive(Ref<ValdiModuleArchive> decompressedBundle, bool hasRemoteAssets) { |
| 77 | _bundle->_decompressedBundle = std::move(decompressedBundle); |
| 78 | _bundle->_hasRemoteAssets = hasRemoteAssets; |
| 79 | } |
| 80 | |
| 81 | void BundleInitializer::initWithRemoteArchive(bool hasRemoteAssets) { |
| 82 | _bundle->_hasRemoteArchive = true; |
no outgoing calls