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

Method type

plugins/debuggercommon/registers/registercontroller.h:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 QString name() const { return _name;}
30 int index() const {return _index;}
31 RegisterType type() const{return _type; }
32 QString flagName() const{return _flagName;}
33
34 bool operator==(const GroupsName& g) const {return _name == g.name();}

Callers 3

updateRegistersMethod · 0.45
addViewMethod · 0.45
updateModelForGroupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected