| 115 | } |
| 116 | |
| 117 | bool ProcessView::isValid() const noexcept { |
| 118 | return mPointerSize != 0; |
| 119 | } |
| 120 | |
| 121 | std::vector<ProcessView::Module> ProcessView::getModules() const { |
| 122 | return mProcessModules; |
nothing calls this directly
no outgoing calls
no test coverage detected