Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dannagle/PacketSender
/ list
Method
list
src/packetlogmodel.cpp:214–219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
212
}
213
214
const QList<Packet> PacketLogModel::list()
215
{
216
const QList<Packet> retList = packetList;
217
218
return retList;
219
}
220
221
void PacketLogModel::clear()
222
{
Callers
1
on_saveLogButton_clicked
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected