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

Method CreateRequester

library/cpp/neh/neh.cpp:139–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139IMultiRequesterRef NNeh::CreateRequester() {
140 return new TMultiRequester();
141}
142
143bool NNeh::SetProtocolOption(TStringBuf protoOption, TStringBuf value) {
144 return ProtocolFactory()->Protocol(protoOption.Before('/'))->SetOption(protoOption.After('/'), value);

Callers 1

TRequesterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected