Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ Fail
Method
Fail
IDEHelper/COFF.cpp:5881–5884 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5879
}
5880
5881
void COFF::Fail(const StringImpl& error)
5882
{
5883
DbgModule::Fail(StrFormat(
"%s in %s"
, error.c_str(), mPDBPath.c_str()));
5884
}
5885
5886
void COFF::SoftFail(const StringImpl& error)
5887
{
Callers
1
SetupTargetBinary
Method · 0.45
Calls
2
Fail
Function · 0.85
c_str
Method · 0.45
Tested by
no test coverage detected