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

Method IsSkippingExtraResolveChecks

IDEHelper/Compiler/BfModule.cpp:3116–3121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3114}
3115
3116bool BfModule::IsSkippingExtraResolveChecks()
3117{
3118 if (mIsComptimeModule)
3119 return false;
3120 return mCompiler->IsSkippingExtraResolveChecks();
3121}
3122
3123bool BfModule::AddErrorContext(StringImpl& errorString, BfAstNode* refNode, BfWhileSpecializingFlags& isWhileSpecializing, bool isWarning)
3124{

Callers 3

LoadFieldMethod · 0.45
GetLambdaInstanceMethod · 0.45
GetSelectedMethodMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected