Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ op
Method
op
kdevplatform/language/editor/modificationrevision.cpp:79–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
public:
78
template <typename Op>
79
auto op(Op&& op)
80
{
81
QMutexLocker lock(&m_mutex);
82
return op(m_cacheData);
83
}
84
85
private:
86
QMutex m_mutex;
Callers
4
clearModificationCache
Method · 0.80
revisionForFile
Method · 0.80
clearEditorRevisionForFile
Method · 0.80
setEditorRevisionForFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected