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

Method onLoadComplete

valdi/test/utils/BlockingAssetCompletionHandler.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19};
20
21void BlockingAssetCompletionHandler::onLoadComplete(const Result<Ref<LoadedAsset>>& result) {
22 _completion(result);
23}
24
25Result<Ref<LoadedAsset>> BlockingAssetCompletionHandler::getResult() {
26 return _resultHolder->waitForResult();

Callers 3

updateAllAssetsMethod · 0.45
handleResponseMethod · 0.45
loadAssetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected