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

Method path

kdevplatform/serialization/itemrepositoryregistry.cpp:209–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209QString ItemRepositoryRegistry::path() const
210{
211 Q_D(const ItemRepositoryRegistry);
212
213 //We cannot lock the mutex here, since this may be called with one of the repositories locked,
214 //and that may lead to a deadlock when at the same time a storing is requested
215 return d->m_path;
216}
217
218void ItemRepositoryRegistryPrivate::lockForWriting()
219{

Callers 4

testDeferredDeletionMethod · 0.45
initTestCaseMethod · 0.45
cleanupTestCaseMethod · 0.45

Calls

no outgoing calls

Tested by 4

testDeferredDeletionMethod · 0.36
initTestCaseMethod · 0.36
cleanupTestCaseMethod · 0.36