MCPcopy Create free account
hub / github.com/Vector35/debugger / updateContent

Method updateContent

ui/attachprocess.cpp:315–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313
314
315void ProcessListWidget::updateContent()
316{
317 std::vector<DebugProcess> processList = m_controller->GetProcessList();
318 m_model->updateRows(processList);
319 updateColumnWidths();
320}
321
322
323void ProcessListWidget::setFilter(const string& filter)

Callers

nothing calls this directly

Calls 2

GetProcessListMethod · 0.45
updateRowsMethod · 0.45

Tested by

no test coverage detected