Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
174
void cmCursesStringWidget::SetString(std::string const& value)
175
{
176
this->SetValue(value);
177
}
178
179
char const* cmCursesStringWidget::GetString()
180
{
Callers
3
HandleInput
Method · 0.95
OnTab
Method · 0.45
cmCursesCacheEntryComposite
Method · 0.45
Calls
1
SetValue
Method · 0.45
Tested by
no test coverage detected