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

Method bundleHasRemoteAssets

valdi/src/valdi/runtime/Resources/ResourceManager.cpp:303–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301 }
302
303 for (const auto& asset : allFiles.value()) {
304 auto bytes = BytesView(result.value().getDecompressedContent().getSource(), asset.data, asset.dataLength);
305 self->doInsertImageAssetInBundle(bundle, asset.filePath, bytes);
306 }
307 });
308}

Callers 1

TEST_PFunction · 0.80

Calls 1

hasRemoteAssetsMethod · 0.80

Tested by 1

TEST_PFunction · 0.64