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

Method createAssetLoader

valdi/test/utils/MockAssetLoaderFactory.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44Ref<AssetLoader> MockAssetLoaderFactory::createAssetLoader(const std::vector<StringBox>& urlSchemes,
45 const Ref<IRemoteDownloader>& downloader) {
46 return makeShared<MockedAssetLoaderWithDownloader>(outputType, urlSchemes, downloader);
47}
48
49} // namespace ValdiTest

Callers 1

SetUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected