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

Method initWithLocalArchive

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

Source from the content-addressed store, hash-verified

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

Callers 2

makeInitializedBundleFunction · 0.80
initializeBundleMethod · 0.80

Calls

no outgoing calls

Tested by 1

makeInitializedBundleFunction · 0.64