Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ ensureAllDone
Method
ensureAllDone
kdevplatform/outputview/outputmodel.cpp:455–460 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
453
}
454
455
void OutputModel::ensureAllDone()
456
{
457
Q_D(OutputModel);
458
459
QMetaObject::invokeMethod(d->worker,
"flushBuffers"
);
460
}
461
462
void OutputModel::clear()
463
{
Callers
1
processFinished
Method · 0.80
Calls
no outgoing calls
Tested by
1
processFinished
Method · 0.64