MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / isEmpty

Method isEmpty

src/plugins/recent/mainframe/recentlistview.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57bool RecentListView::isEmpty() const
58{
59 return model.rowCount() == 0;
60}
61
62void RecentListView::clearAll()
63{

Callers 15

updatePidMethod · 0.45
showFileDialogMethod · 0.45
startMethod · 0.45
addCategoryMethod · 0.45
tasksMethod · 0.45
clearTasksMethod · 0.45
execCommandMethod · 0.45
setCategoryVisibilityMethod · 0.45
replayMethod · 0.45
replayMinidumpMethod · 0.45
recordMinidumpMethod · 0.45
btnOpenFileClickedMethod · 0.45

Calls 1

rowCountMethod · 0.45

Tested by

no test coverage detected