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

Method GetState

library/cpp/netliba/v6/ib_cs.cpp:194–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 //printf("IBPeer destroyed\n");
193 }
194 EState GetState() override {
195 return State;
196 }
197 TDeque<TQueuedSend>::iterator GetSend(const TGUID& packetGuid) {
198 for (TDeque<TQueuedSend>::iterator z = SendQueue.begin(); z != SendQueue.end(); ++z) {
199 if (z->PacketGuid == packetGuid) {

Callers 4

UpdateSleepMethod · 0.45
SendMethod · 0.45
GetPeerLinkDebugMethod · 0.45
StepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected