MCPcopy Create free account
hub / github.com/catboost/catboost / Reset

Method Reset

library/cpp/netliba/socket/socket.cpp:173–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171
172#ifdef _unix_
173 void TAbstractSocket::Reset(const TAbstractSocket& rhv) {
174 Close();
175 S = dup(rhv.S);
176 SelfAddress = rhv.SelfAddress;
177 }
178#endif
179
180 int TAbstractSocket::CreateSocket(int netPort) {

Callers 15

SendMethod · 0.45
RecvCycleMethod · 0.45
ThreadFuncMethod · 0.45
LoadRequestDataFunction · 0.45
LoadResponseDataFunction · 0.45
PopMethod · 0.45
OpenMethod · 0.45
WaitMethod · 0.45
SendLowMethod · 0.45
ProcessDataPacketMethod · 0.45
WaitMethod · 0.45

Calls 2

CloseFunction · 0.85
dupFunction · 0.50

Tested by

no test coverage detected