MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / addressFinished

Function addressFinished

Engine/source/app/net/serverQuery.cpp:996–1002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

994//-----------------------------------------------------------------------------
995
996static bool addressFinished( const NetAddress* addr )
997{
998 for ( U32 i = 0; i < gFinishedList.size(); i++ )
999 if ( Net::compareAddresses( addr, &gFinishedList[i] ) )
1000 return true;
1001 return false;
1002}
1003
1004//-----------------------------------------------------------------------------
1005

Callers 3

pushPingRequestFunction · 0.85
pushPingBroadcastFunction · 0.85
handleGamePingResponseFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected