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

Method styleName

kdevplatform/shell/sourceformatterconfig.h:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 QStringView styleName() const
44 {
45 Q_ASSERT(isValid());
46 return QStringView{m_entry}.sliced(stylePos());
47 }
48
49 QString takeStyleName() &&
50 {

Callers 1

Calls 1

isValidFunction · 0.50

Tested by

no test coverage detected