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

Method netAddressTableInsert

Engine/source/sim/netConnection.cpp:172–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172void NetConnection::netAddressTableInsert()
173{
174 U32 hashIndex = HashNetAddress(&mNetAddress);
175 mNextTableHash = mHashTable[hashIndex];
176 mHashTable[hashIndex] = this;
177}
178
179void NetConnection::netAddressTableRemove()
180{

Callers

nothing calls this directly

Calls 1

HashNetAddressFunction · 0.85

Tested by

no test coverage detected