| 111 | } |
| 112 | |
| 113 | int ProcessView::getPointerSize() const noexcept { |
| 114 | return mPointerSize; |
| 115 | } |
| 116 | |
| 117 | bool ProcessView::isValid() const noexcept { |
| 118 | return mPointerSize != 0; |
nothing calls this directly
no outgoing calls
no test coverage detected