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

Method IsTargetingBeefBackend

IDEHelper/Compiler/BfModule.cpp:10794–10799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10792}
10793
10794bool BfModule::IsTargetingBeefBackend()
10795{
10796 if (mProject == NULL)
10797 return true;
10798 return GetModuleOptions().mOptLevel == BfOptLevel_OgPlus;
10799}
10800
10801bool BfModule::WantsLifetimes()
10802{

Callers 3

LoadLocalMethod · 0.80
CreateCallMethod · 0.80
InjectMixinMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected