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

Method HasTestProjects

IDEHelper/Compiler/BfSystem.cpp:4105–4111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4103}
4104
4105bool BfSystem::HasTestProjects()
4106{
4107 for (auto project : mProjects)
4108 if (project->mTargetType == BfTargetType_BeefTest)
4109 return true;
4110 return false;
4111}
4112
4113bool BfSystem::IsCompatibleCallingConvention(BfCallingConvention callConvA, BfCallingConvention callConvB)
4114{

Callers 1

PopulateReifiedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected