MCPcopy Create free account
hub / github.com/beefytech/Beef / ~NetManager

Method ~NetManager

IDEHelper/NetManager.cpp:473–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473NetManager::~NetManager()
474{
475 mThreadPool.Shutdown();
476
477 for (auto kv : mCachedResults)
478 {
479 delete kv.mValue;
480 }
481}
482
483NetRequest* NetManager::CreateGetRequest(const StringImpl& url, const StringImpl& destPath, bool useCache)
484{

Callers

nothing calls this directly

Calls 1

ShutdownMethod · 0.45

Tested by

no test coverage detected