| 2544 | } |
| 2545 | |
| 2546 | BfProject* 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 | |
| 2555 | uint64 BfSystem::GetTypeDeclListHash() |
| 2556 | { |
no outgoing calls
no test coverage detected