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

Method Fail

BeefBoot/BootApp.cpp:230–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230void BootApp::Fail(const String& error)
231{
232 if (mLogFile.IsOpen())
233 mLogFile.WriteSNZ("FAIL: " + error + "\n");
234 std::cerr << "FAIL: " << error.c_str() << std::endl;
235 mHadErrors = true;
236}
237
238bool BootApp::HandleCmdLine(const String &cmd, const String& param)
239{

Callers

nothing calls this directly

Calls 3

WriteSNZMethod · 0.80
IsOpenMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected