MCPcopy Create free account
hub / github.com/beefytech/Beef / ShowTracking

Method ShowTracking

IDEHelper/NetManager.cpp:456–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456void NetRequest::ShowTracking()
457{
458 //mNetManager->mDebugManager->OutputMessage(StrFormat("Getting '%s'\n", mURL.c_str()));
459 mNetManager->mDebugManager->OutputRawMessage(StrFormat("symsrv Getting '%s'", mURL.c_str()));
460 mShowTracking = true;
461}
462
463void NetManagerThread()
464{

Callers 1

GetMethod · 0.80

Calls 2

OutputRawMessageMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected