Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsAlive
Method
IsAlive
library/cpp/netliba/v12/net_acks.h:442–444 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
440
Congestion->MarkAlive();
441
}
442
bool IsAlive() const {
443
return Congestion->IsAlive();
444
}
445
void Step(float deltaT);
446
bool CanSend() const {
447
return Congestion->CanSend();
Callers
1
SendCycle
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected