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

Method hasRemoteAssets

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

Source from the content-addressed store, hash-verified

106}
107
108bool Bundle::hasRemoteAssets() const {
109 std::lock_guard<std::recursive_mutex> guard(_mutex);
110 return _hasRemoteAssets;
111}
112
113Result<Void> Bundle::lockFreeLoadEntriesIfNeeded() {
114 if (_loadedEntries) {

Callers 2

bundleHasRemoteAssetsMethod · 0.80
resolveAssetLocationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected