Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
148
uint ModificationRevisionSet::size() const
149
{
150
Utils::Set set = Utils::Set(m_index, &FileModificationSetRepositoryRepresenter::repository());
151
return set.count();
152
}
153
154
void ModificationRevisionSet::clear()
155
{
Callers
15
registerBreakpoint
Method · 0.45
showEvent
Method · 0.45
setupPrimaryDocumentAndBreakpoint
Method · 0.45
setupEditAndCheckPrimaryDocumentAndBreakpoints
Method · 0.45
testDocumentSave
Method · 0.45
testDocumentEditAndSave
Method · 0.45
testDocumentEditAndDiscard
Method · 0.45
testSetLocation
Method · 0.45
testDocumentClear
Method · 0.45
testDocumentSetText
Method · 0.45
testDocumentReload
Method · 0.45
testModifiedDocumentReload
Method · 0.45
Calls
2
Set
Function · 0.85
count
Method · 0.45
Tested by
15
setupPrimaryDocumentAndBreakpoint
Method · 0.36
setupEditAndCheckPrimaryDocumentAndBreakpoints
Method · 0.36
testDocumentSave
Method · 0.36
testDocumentEditAndSave
Method · 0.36
testDocumentEditAndDiscard
Method · 0.36
testSetLocation
Method · 0.36
testDocumentClear
Method · 0.36
testDocumentSetText
Method · 0.36
testDocumentReload
Method · 0.36
testModifiedDocumentReload
Method · 0.36
insertData
Function · 0.36
remove
Method · 0.36