Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1117
bool BfProject::IsTestProject()
1118
{
1119
return mTargetType == BfTargetType_BeefTest;
1120
}
1121
1122
bool BfProject::HasDependency(BfProject* project)
1123
{
Callers
1
CompileReified
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected