| 548 | } |
| 549 | |
| 550 | cm::string_view cmWindowsRegistry::GetLastError() const |
| 551 | { |
| 552 | return this->LastError; |
| 553 | } |
| 554 | |
| 555 | #if defined(_WIN32) && !defined(__CYGWIN__) |
| 556 | std::vector<cmWindowsRegistry::View> cmWindowsRegistry::ComputeViews(View view) |
no outgoing calls
no test coverage detected