Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ PreFail
Method
PreFail
IDEHelper/Compiler/BfModule.cpp:3071–3077 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3069
}
3070
3071
bool BfModule::PreFail()
3072
{
3073
if (!mIgnoreErrors)
3074
return true;
3075
SetFail();
3076
return false;
3077
}
3078
3079
void BfModule::SetFail()
3080
{
Callers
10
PrepareMethodArguments
Method · 0.80
FlushAmbiguityError
Method · 0.80
TryArrowLookup
Method · 0.80
LoadField
Method · 0.80
LookupField
Method · 0.80
CreateCall
Method · 0.80
MatchMethod
Method · 0.80
DoInvocation
Method · 0.80
DoMemberReference
Method · 0.80
PerformBinaryOperation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected