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

Method hasRemoteArchiveNeedingLoad

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

Source from the content-addressed store, hash-verified

380}
381
382bool Bundle::hasRemoteArchiveNeedingLoad() const {
383 std::lock_guard<std::recursive_mutex> guard(_mutex);
384 return _hasRemoteArchive && _decompressedBundle == nullptr;
385}
386
387std::unique_lock<std::recursive_mutex> Bundle::lock() const {
388 return std::unique_lock<std::recursive_mutex>(_mutex);

Callers 4

isBundleLoadedMethod · 0.80
runtimeGetModuleEntryMethod · 0.80
loadJsModuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected