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