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

Function flushBuffers

kdevplatform/outputview/outputmodel.cpp:77–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 void flushBuffers()
78 {
79 m_timer->stop();
80 process();
81 emit allDone();
82 }
83
84Q_SIGNALS:
85 void parsedBatch(const QVector<KDevelop::FilteredItem>& filteredItems);

Callers

nothing calls this directly

Calls 2

stopMethod · 0.80
processFunction · 0.70

Tested by

no test coverage detected