MCPcopy Create free account
hub / github.com/bumptop/BumpTop / pUploadStatsThread

Method pUploadStatsThread

trunk/win/Source/BT_StatsManager.cpp:414–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412}
413
414bool StatsManager::pUploadStatsThread()
415{
416 // just upload the stats and return
417 if (ftManager->hasInternetConnection())
418 uploadFiles("xml");
419 _statsUploadingThreadSemaphore.release();
420 return false;
421}
422
423void StatsManager::uploadStats()
424{

Callers

nothing calls this directly

Calls 3

uploadFilesFunction · 0.85
hasInternetConnectionMethod · 0.80
releaseMethod · 0.45

Tested by

no test coverage detected