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

Function ref

kdevplatform/serialization/indexedstring.cpp:205–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203 Summand m_summand;
204};
205inline void ref(unsigned index)
206{
207 ReferenceCountChanger::increase(index).editRepo();
208}
209inline void deref(unsigned index)
210{
211 ReferenceCountChanger::decrease(index).editRepo();

Callers 5

IndexedStringMethod · 0.85
indexedstring.cppFile · 0.85
swapFunction · 0.85
TESTFunction · 0.85
toReferencesFunction · 0.85

Calls 1

editRepoMethod · 0.80

Tested by 1

TESTFunction · 0.68