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

Method GetState

library/cpp/netliba/v12/ib_cs.cpp:201–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 //printf("IBPeer destroyed\n");
200 }
201 EState GetState() override {
202 return State;
203 }
204 TDeque<TQueuedSend>::iterator GetSend(const TGUID& packetGuid) {
205 for (TDeque<TQueuedSend>::iterator z = SendQueue.begin(); z != SendQueue.end(); ++z) {
206 if (z->PacketGuid == packetGuid) {

Callers 4

StepMethod · 0.45
SendLowMethod · 0.45
GetDebugInfoMethod · 0.45
UpdateSleepingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected