| 177 | } |
| 178 | |
| 179 | void cmConfigureLog::WriteValue(cm::string_view key, std::nullptr_t) |
| 180 | { |
| 181 | this->BeginLine() << key << ": null"; |
| 182 | this->EndLine(); |
| 183 | } |
| 184 | |
| 185 | void cmConfigureLog::WriteValue(cm::string_view key, bool value) |
| 186 | { |
no test coverage detected