| 130 | bool isCurrent() const noexcept; |
| 131 | |
| 132 | bool isValid() const noexcept |
| 133 | { |
| 134 | return m_handle != INVALID_HANDLE; |
| 135 | } |
| 136 | |
| 137 | // invoked from dtor - ignore syscall's error |
| 138 | void detach(bool close = true) noexcept |
no outgoing calls
no test coverage detected