MCPcopy 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

77public:
78 template <typename Op>
79 auto op(Op&& op)
80 {
81 QMutexLocker lock(&m_mutex);
82 return op(m_cacheData);
83 }
84
85private:
86 QMutex m_mutex;

Callers 4

revisionForFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected