Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ CancelWaitHost
Method
CancelWaitHost
library/cpp/netliba/socket/socket.cpp:339–341 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
337
}
338
339
void TAbstractSocket::CancelWaitHost(const sockaddr_in6 addr) {
340
CancelWaitImpl(&addr);
341
}
342
343
bool TAbstractSocket::IsSendMMsgSupported() const {
344
return SendMMsgFunc != nullptr;
Callers
1
CancelWait
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected