Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ appendLine
Method
appendLine
plugins/executescript/scriptappjob.cpp:222–227 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
}
221
222
void ScriptAppJob::appendLine(const QString& l)
223
{
224
if (KDevelop::OutputModel* m = model()) {
225
m->appendLine(l);
226
}
227
}
228
229
KDevelop::OutputModel* ScriptAppJob::model()
230
{
Callers
15
start
Method · 0.45
procFinished
Method · 0.45
start
Method · 0.45
start
Function · 0.45
start
Method · 0.45
doKill
Method · 0.45
slotCompleted
Method · 0.45
slotFailed
Method · 0.45
start
Method · 0.45
processError
Method · 0.45
processFinished
Method · 0.45
start
Method · 0.45
Calls
1
model
Function · 0.85
Tested by
no test coverage detected