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

Function deref

kdevplatform/serialization/indexedstring.cpp:209–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207 ReferenceCountChanger::increase(index).editRepo();
208}
209inline void deref(unsigned index)
210{
211 ReferenceCountChanger::decrease(index).editRepo();
212}
213}
214
215///@param str must be a utf8 encoded string, does not need to be 0-terminated.

Callers 3

~IndexedStringMethod · 0.85
indexedstring.cppFile · 0.85
swapFunction · 0.85

Calls 1

editRepoMethod · 0.80

Tested by

no test coverage detected