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

Method GetProject

IDEHelper/Compiler/BfSystem.cpp:2546–2553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2544}
2545
2546BfProject* BfSystem::GetProject(const StringImpl& projName)
2547{
2548 for (auto project : mProjects)
2549 if (project->mName == projName)
2550 return project;
2551
2552 return NULL;
2553}
2554
2555uint64 BfSystem::GetTypeDeclListHash()
2556{

Callers 2

GetTypeDefsMethod · 0.80
GetTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected