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

Function loadRemoteBundle

valdi/test/integration/Runtime_tests.cpp:5455–5458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5453
5454 ASSERT_TRUE(asset != nullptr);
5455
5456 auto result = AssetLoadObserverImpl::loadSync(wrapper, asset);
5457
5458 ASSERT_TRUE(result.success()) << result.description();
5459 ASSERT_FALSE(asset->needResolve());
5460
5461 auto loadedAsset = castOrNull<StandaloneLoadedAsset>(result.value());

Callers 1

TEST_PFunction · 0.85

Calls 2

descriptionMethod · 0.80
loadModuleMethod · 0.65

Tested by

no test coverage detected