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

Method mutex

kdevplatform/serialization/itemrepository.h:1808–1808  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1806 QString repositoryName() const final { return m_repositoryName; }
1807
1808 Mutex* mutex() const { return m_mutex; }
1809
1810 void lock() final { m_mutex->lock(); }
1811 void unlock() final { m_mutex->unlock(); }

Callers 4

RepositoryManagerClass · 0.45
createRepositoryMethod · 0.45
readMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected