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

Method hasResults

plugins/grepview/grepoutputmodel.cpp:493–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493bool GrepOutputModel::hasResults()
494{
495 return(m_matchCount > 0);
496}
497
498#include "moc_grepoutputmodel.cpp"

Callers 3

changeModelMethod · 0.80
updateApplyStateMethod · 0.80
testReplaceMethod · 0.80

Calls

no outgoing calls

Tested by 1

testReplaceMethod · 0.64