Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ setFormat
Method
setFormat
kdevplatform/debugger/variable/variablecollection.cpp:194–200 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
193
194
void Variable::setFormat(Variable::format_t format)
195
{
196
if (m_format != format) {
197
m_format = format;
198
formatChanged();
199
}
200
}
201
202
void Variable::formatChanged()
203
{
Callers
3
changeVariableFormat
Method · 0.45
infoMessage
Method · 0.45
projectReceived
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected