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

Method isPart

plugins/openwith/openwithplugin.cpp:136–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136bool FileOpener::isPart() const
137{
138 Q_ASSERT(isValid());
139 return m_isPart;
140}
141
142const QString& FileOpener::id() const
143{

Callers 2

operator==Method · 0.80
openDefaultMethod · 0.80

Calls 1

isValidFunction · 0.50

Tested by

no test coverage detected