| 398 | } |
| 399 | |
| 400 | const Executable* ExecutableManager::GetActiveExecutable() const { |
| 401 | return const_cast<ExecutableManager*>(this)->GetActiveExecutable(); |
| 402 | } |
| 403 | |
| 404 | Executable* ExecutableManager::GetActiveExecutable() { |
| 405 | for (std::size_t i = 0, n = this->data.size(); i < n; ++i) { |
no outgoing calls
no test coverage detected