Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dannagle/PacketSender
/ removeFirst
Method
removeFirst
src/packetlogmodel.cpp:203–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
}
202
203
void PacketLogModel::removeFirst()
204
{
205
packetList.removeFirst();
206
}
207
208
209
void PacketLogModel::removeLast()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected