Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ standardOutput
Method
standardOutput
plugins/cppcheck/tests/test_cppcheckjob.cpp:29–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
using Job::postProcessStderr;
28
29
QString standardOutput() const { return m_standardOutput.join(
'\n'
); }
30
QString xmlOutput() const { return m_xmlOutput.join(
'\n'
); }
31
};
32
Callers
1
testJob
Method · 0.45
Calls
1
join
Method · 0.80
Tested by
no test coverage detected