MCPcopy Create free account
hub / github.com/Kitware/CMake / SetString

Method SetString

Source/CursesDialog/cmCursesStringWidget.cxx:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void cmCursesStringWidget::SetString(std::string const& value)
175{
176 this->SetValue(value);
177}
178
179char const* cmCursesStringWidget::GetString()
180{

Callers 3

HandleInputMethod · 0.95
OnTabMethod · 0.45

Calls 1

SetValueMethod · 0.45

Tested by

no test coverage detected