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

Method size

kdevplatform/language/editor/modificationrevisionset.cpp:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148uint ModificationRevisionSet::size() const
149{
150 Utils::Set set = Utils::Set(m_index, &FileModificationSetRepositoryRepresenter::repository());
151 return set.count();
152}
153
154void ModificationRevisionSet::clear()
155{

Callers 15

registerBreakpointMethod · 0.45
showEventMethod · 0.45
testDocumentSaveMethod · 0.45
testSetLocationMethod · 0.45
testDocumentClearMethod · 0.45
testDocumentSetTextMethod · 0.45
testDocumentReloadMethod · 0.45

Calls 2

SetFunction · 0.85
countMethod · 0.45

Tested by 15

testDocumentSaveMethod · 0.36
testSetLocationMethod · 0.36
testDocumentClearMethod · 0.36
testDocumentSetTextMethod · 0.36
testDocumentReloadMethod · 0.36
insertDataFunction · 0.36
removeMethod · 0.36