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