| 103 | } |
| 104 | |
| 105 | std::shared_ptr<ProcessInfo> ProcessManager::GetProcessById(uint32_t pid) const { |
| 106 | return _impl->GetProcessById(pid); |
| 107 | } |
| 108 | |
| 109 | std::shared_ptr<ProcessInfo> ProcessManager::GetProcessByKey(const ProcessOrThreadKey& key) const { |
| 110 | return _impl->GetProcessByKey(key); |
no outgoing calls
no test coverage detected