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

Method IsTestProject

IDEHelper/Compiler/BfSystem.cpp:1117–1120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1115}
1116
1117bool BfProject::IsTestProject()
1118{
1119 return mTargetType == BfTargetType_BeefTest;
1120}
1121
1122bool BfProject::HasDependency(BfProject* project)
1123{

Callers 1

CompileReifiedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected