MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / clear

Method clear

src/plugins/reversedebug/taskmodel.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void Task::clear()
37{
38 taskId = 0;
39 description.clear();
40 category.clear();
41}
42
43bool operator==(const Task &t1, const Task &t2)
44{

Callers 6

updateMappingMethod · 0.45
updatePidMethod · 0.45
clearTasksMethod · 0.45
updateCategoriesMenuMethod · 0.45
NumberList2QStringFunction · 0.45
clearAllMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected