MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / addressFinished

Function addressFinished

engine/source/network/serverQuery.cc:851–857  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

849//-----------------------------------------------------------------------------
850
851static bool addressFinished( const NetAddress* addr )
852{
853 for ( U32 i = 0; i < (U32)gFinishedList.size(); i++ )
854 if ( Net::compareAddresses( addr, &gFinishedList[i] ) )
855 return true;
856 return false;
857}
858
859//-----------------------------------------------------------------------------
860

Callers 3

pushPingRequestFunction · 0.85
pushPingBroadcastFunction · 0.85
handleGamePingResponseFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected