MCPcopy 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
5881void COFF::Fail(const StringImpl& error)
5882{
5883 DbgModule::Fail(StrFormat("%s in %s", error.c_str(), mPDBPath.c_str()));
5884}
5885
5886void COFF::SoftFail(const StringImpl& error)
5887{

Callers 1

SetupTargetBinaryMethod · 0.45

Calls 2

FailFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected