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

Function Fail

BeefLink/BeefLink.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39BF_IMPORT void BF_CALLTYPE BlContext_SetHeap(BlContext* blContext, int reserve, int commit);
40
41void Fail(const std::string& name)
42{
43 gFailed = true;
44 std::cerr << "ERROR: " << name.c_str() << std::endl;
45}
46
47static bool CheckBoolean(const std::string& arg)
48{

Callers 15

LoadMethod · 0.85
DecompressAllMethod · 0.85
HandleCmdLineMethod · 0.85
InitMethod · 0.85
QueueFileMethod · 0.85
QueueRunMethod · 0.85
CopyFileMethod · 0.85
DoLinkMSMethod · 0.85
CheckBooleanFunction · 0.85
HandleParamFunction · 0.85
ResolveTypeRefMethod · 0.85
CheckHasValueMethod · 0.85

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected