MCPcopy Create free account
hub / github.com/KDE/kdevelop / createGroupName

Method createGroupName

plugins/debuggercommon/registers/registercontroller.cpp:243–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243GroupsName IRegisterController::createGroupName(const QString& name, int idx, RegisterType t, const QString& flag) const
244{
245 return GroupsName(name, idx, t, flag);
246}
247
248void IRegisterController::setFormat(Format f, const GroupsName& group)
249{

Callers

nothing calls this directly

Calls 1

GroupsNameClass · 0.70

Tested by

no test coverage detected