Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetStats
Method
GetStats
Source/Engine/Networking/Drivers/ENetDriver.cpp:242–245 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
240
}
241
242
NetworkDriverStats ENetDriver::GetStats()
243
{
244
return GetStats({ 0 });
245
}
246
247
NetworkDriverStats ENetDriver::GetStats(NetworkConnection target)
248
{
Callers
1
OnUpdate
Method · 0.45
Calls
1
TryGet
Method · 0.45
Tested by
no test coverage detected