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

Method OnRequestAck

library/cpp/neh/netliba.cpp:141–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 }
140
141 void OnRequestAck() {
142 if (TNetLibaOptions::AckTailEffect.GetValue()) {
143 TLastAckTimes::Common().Set(IdAddr_);
144 }
145 SetSendComplete();
146 }
147
148 private:
149 TIntrusivePtr<INetLibaRequester> R_;

Callers 1

AddRequestAckMethod · 0.80

Calls 2

GetValueMethod · 0.45
SetMethod · 0.45

Tested by

no test coverage detected