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

Method TRequest

library/cpp/neh/inproc.cpp:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 class TRequest: public IRequest {
91 public:
92 TRequest(const TInprocHandleRef& hndl)
93 : Location(hndl->Message().Addr)
94 , Handle_(hndl)
95 {
96 }
97
98 TStringBuf Scheme() const override {
99 return TStringBuf("inproc");

Callers

nothing calls this directly

Calls 1

MessageMethod · 0.45

Tested by

no test coverage detected