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

Method Begin

library/cpp/netliba/v12/udp_host.cpp:122–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 return (*((Insert(guid, TIntrusivePtr<TConnection>().Get())).first)).second;
121 }
122 const_iterator Begin() const {
123 return ConnectionHash.begin();
124 }
125 const_iterator End() const {
126 return ConnectionHash.end();
127 }

Callers 15

ProcessSystemPacketMethod · 0.45
DumpConnectionFunction · 0.45
SendAckForConnectionMethod · 0.45
GetConnectionsDebugMethod · 0.45
ProcessDebugRequestsMethod · 0.45
THttpRequestMethod · 0.45
THttpServerMethod · 0.45
RunMethod · 0.45
TServerMethod · 0.45
Y_UNIT_TESTFunction · 0.45

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected