Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ getPendingPacketSize
Method
getPendingPacketSize
src/openrct2/network/NetworkConnection.cpp:297–300 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
295
}
296
297
size_t Connection::getPendingPacketSize() const noexcept
298
{
299
return inboundPacket.header.size;
300
}
301
302
size_t Connection::getPendingPacketAvailable() const noexcept
303
{
Callers
1
reportPacketProgress
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected