Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ addItem
Method
addItem
kdevplatform/vcs/vcsevent.cpp:157–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
void VcsEvent::addItem(const VcsItemEvent& item)
158
{
159
d->items.append(item);
160
}
161
162
VcsEvent& VcsEvent::operator=( const VcsEvent& rhs)
163
{
Callers
15
populateProjectFileCombo
Method · 0.45
ProjectSourcePage
Method · 0.45
openProject
Method · 0.45
selectionChanged
Method · 0.45
createEditor
Method · 0.45
sourceformatterselectionedit.cpp
File · 0.45
fillLanguageCombobox
Method · 0.45
selectLanguage
Method · 0.45
selectNewToolViewToAdd
Method · 0.45
updateView
Method · 0.45
VCSCommitDiffPatchSource
Method · 0.45
setLevels
Method · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected