Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BatchDrake/SigDigger
/ onClear
Method
onClear
Components/LogDialog.cpp:192–197 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
}
191
192
void
193
LogDialog::onClear(void)
194
{
195
this->ui->logTableWidget->setRowCount(0);
196
this->msgVec.clear();
197
}
198
199
void
200
LogDialog::onSave(void)
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected