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