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

Method insert

kdevplatform/language/util/setrepository.h:414–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412 }
413
414 void insert(const T& t)
415 {
416 if (!m_temporaryRemoveIndices.empty())
417 apply();
418 m_temporaryIndices.insert(Conversion::toIndex(t));
419 }
420
421 void insertIndex(uint index)
422 {

Callers 15

documentMarksMethod · 0.45
debuggerStateChangedMethod · 0.45
errorMethod · 0.45
localsMethod · 0.45
dataMethod · 0.45
insertChildMethod · 0.45
insertItemWithCacheMethod · 0.45
setModelMethod · 0.45
setPathMethod · 0.45
iconNameForPathMethod · 0.45

Calls 2

emptyMethod · 0.80
applyFunction · 0.50

Tested by 3

documentMarksMethod · 0.36
addToFileSetMethod · 0.36
addTestFunction · 0.36