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

Method Run

library/cpp/neh/http2.cpp:380–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378 typedef TIntrusivePtr<THandle> THandleRef;
379
380 static void Run(THandleRef& h, const TMessage& msg, TRequestBuilder f, const TRequestSettings& s) {
381 THttpRequestRef req(new THttpRequest(h, msg, f, s));
382 req->WeakThis_ = req;
383 h->SetRequest(req->WeakThis_);
384 req->Run(req);
385 }
386
387 ~THttpRequest() {
388 DBGOUT("~THttpRequest()");

Callers

nothing calls this directly

Calls 2

SetRequestMethod · 0.45
RunMethod · 0.45

Tested by

no test coverage detected