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

Method flagName

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

Source from the content-addressed store, hash-verified

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();}
35

Callers 2

updateRegistersMethod · 0.80
groupForRegisterNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected