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

Method editRepo

kdevplatform/serialization/indexedstring.cpp:182–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180 }
181
182 void editRepo() const
183 {
184 if (m_index && !isSingleCharIndex(m_index)) {
185 LockedItemRepository::write<IndexedString>(*this);
186 }
187 }
188
189 void operator()(IndexedStringRepository& repo) const
190 {

Callers 2

refFunction · 0.80
derefFunction · 0.80

Calls 1

isSingleCharIndexFunction · 0.85

Tested by

no test coverage detected