Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ getPendingPacketCommand
Method
getPendingPacketCommand
src/openrct2/network/NetworkConnection.cpp:292–295 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
290
}
291
292
Command Connection::getPendingPacketCommand() const noexcept
293
{
294
return inboundPacket.getCommand();
295
}
296
297
size_t Connection::getPendingPacketSize() const noexcept
298
{
Callers
1
reportPacketProgress
Function · 0.80
Calls
1
getCommand
Method · 0.80
Tested by
no test coverage detected