Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ set_name
Method
set_name
DSView/pv/view/signal.cpp:53–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
void Signal::set_name(QString name)
54
{
55
Trace::set_name(name);
56
g_free(_probe->name);
57
_probe->name = g_strdup(name.toUtf8().data());
58
}
59
} // namespace view
60
} // namespace pv
Callers
nothing calls this directly
Calls
1
data
Method · 0.45
Tested by
no test coverage detected