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

Method clear

kdevplatform/language/backgroundparser/tests/test_backgroundparser.cpp:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void JobPlan::clear()
47{
48 m_jobs.clear();
49 m_finishedJobs.clear();
50 m_createdJobs.clear();
51}
52
53void JobPlan::parseJobCreated(ParseJob* job)
54{

Calls

no outgoing calls

Tested by

no test coverage detected