MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / getApplicationCount

Method getApplicationCount

gui/applicationlist.cpp:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121int ApplicationList::getApplicationCount() const
122{
123 return mApplications.size();
124}
125
126Application& ApplicationList::getApplication(const int index)
127{

Callers 4

contextMenuEventMethod · 0.45
startApplicationMethod · 0.45
copyMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected