Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
AddRequestAck
Method · 0.80
Calls
2
GetValue
Method · 0.45
Set
Method · 0.45
Tested by
no test coverage detected