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

Method SetSocket

library/cpp/http/misc/httpreqdata.h:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 void Clear();
80
81 void SetSocket(SOCKET s) noexcept {
82 Socket_ = s;
83 }
84
85 void SetBody(const TBlob& body) noexcept {
86 Body_ = body;

Callers 1

ParseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected