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

Method Fail

IDEHelper/NetManager.cpp:441–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439}
440
441void NetRequest::Fail(const StringImpl& error)
442{
443 if (mFailed)
444 return;
445
446 mError = error;
447 mFailed = true;
448}
449
450bool NetRequest::Cancel()
451{

Callers 1

WriteMemoryCallbackFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected