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

Method valid

kdevplatform/language/editor/persistentmovingrange.cpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67bool KDevelop::PersistentMovingRange::valid() const
68{
69 VERIFY_FOREGROUND_LOCKED;
70 return m_p->m_valid;
71}
72
73void KDevelop::PersistentMovingRange::setAttribute(const KTextEditor::Attribute::Ptr& attribute)
74{

Callers 1

executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected