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

Method isUseful

kdevplatform/language/assistant/renameassistant.cpp:111–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111bool RenameAssistant::isUseful() const
112{
113 Q_D(const RenameAssistant);
114
115 return d->m_isUseful;
116}
117
118void RenameAssistant::textChanged(KTextEditor::Document* doc, const KTextEditor::Range& invocationRange,
119 const QString& removedText)

Callers 3

textInsertedMethod · 0.45
textRemovedMethod · 0.45
problemsForContextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected