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

Method Job

plugins/clazy/job.cpp:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27{
28
29Job::Job()
30 : KDevelop::CompileAnalyzeJob(nullptr)
31 , m_db(nullptr)
32 , m_timer(nullptr)
33{
34}
35
36QString commandLineString(const JobParameters& params)
37{

Callers

nothing calls this directly

Calls 2

commandLineStringFunction · 0.85
prettyPathNameFunction · 0.70

Tested by

no test coverage detected