MCPcopy Create free account
hub / github.com/KDE/kdevelop / ~IndexedString

Method ~IndexedString

kdevplatform/serialization/indexedstring.cpp:265–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263// propagation to a caller of any non-inline function in this library.
264
265IndexedString::~IndexedString()
266{
267 if (shouldDoDUChainReferenceCounting(this)) {
268 deref(m_index);
269 }
270}
271
272IndexedString::IndexedString(const IndexedString& rhs) noexcept
273 : m_index(rhs.m_index)

Callers 3

testMoveAssignmentMethod · 0.80
~OptionallyRcStringMethod · 0.80
itemRemovedFromSetsMethod · 0.80

Calls 2

derefFunction · 0.85

Tested by 2

testMoveAssignmentMethod · 0.64
~OptionallyRcStringMethod · 0.64