Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
bool KDevelop::PersistentMovingRange::valid() const
68
{
69
VERIFY_FOREGROUND_LOCKED;
70
return m_p->m_valid;
71
}
72
73
void KDevelop::PersistentMovingRange::setAttribute(const KTextEditor::Attribute::Ptr& attribute)
74
{
Callers
1
execute
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected