MCPcopy 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
203void PacketLogModel::removeFirst()
204{
205 packetList.removeFirst();
206}
207
208
209void PacketLogModel::removeLast()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected