MCPcopy 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
3071bool BfModule::PreFail()
3072{
3073 if (!mIgnoreErrors)
3074 return true;
3075 SetFail();
3076 return false;
3077}
3078
3079void BfModule::SetFail()
3080{

Callers 10

FlushAmbiguityErrorMethod · 0.80
TryArrowLookupMethod · 0.80
LoadFieldMethod · 0.80
LookupFieldMethod · 0.80
CreateCallMethod · 0.80
MatchMethodMethod · 0.80
DoInvocationMethod · 0.80
DoMemberReferenceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected