MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / HasAnyRequests

Method HasAnyRequests

common/HTTPDownloader.cpp:224–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224bool HTTPDownloader::HasAnyRequests()
225{
226 std::unique_lock<std::mutex> lock(m_pending_http_request_lock);
227 return !m_pending_http_requests.empty();
228}
229
230std::string HTTPDownloader::GetExtensionForContentType(const std::string& content_type)
231{

Callers 4

httpPollTimerPollMethod · 0.80
downloadUpdateClickedMethod · 0.80
DownloadFileMethod · 0.80
LoadStateMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected