Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
441
void NetRequest::Fail(const StringImpl& error)
442
{
443
if (mFailed)
444
return;
445
446
mError = error;
447
mFailed = true;
448
}
449
450
bool NetRequest::Cancel()
451
{
Callers
1
WriteMemoryCallback
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected