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

Method TServer

library/cpp/neh/multiclient_ut.cpp:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 class TServer {
96 public:
97 TServer(const TString& response)
98 : R_(response)
99 {
100 D_.Run();
101 }
102
103 void ServeRequest(const IRequestRef& req) {
104 TData res(R_.data(), R_.data() + R_.size());

Callers

nothing calls this directly

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected