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

Method IsRecvMsgSupported

library/cpp/netliba/socket/socket.cpp:602–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

600 }
601
602 bool TSocket::IsRecvMsgSupported() const {
603 return true;
604 }
605
606 ssize_t TSocket::RecvMsg(TMsgHdr* hdr, int flags) {
607 return RecvMsgImpl(hdr, flags);

Callers 1

RecvFromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected