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

Function ChooseReqType

library/cpp/neh/http_common.cpp:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 }
155
156 inline ERequestType ChooseReqType(ERequestType userReqType, ERequestType defaultReqType) {
157 Y_ASSERT(defaultReqType != ERequestType::Any);
158 return userReqType != ERequestType::Any ? userReqType : defaultReqType;
159 }
160}
161
162namespace NNeh {

Callers 1

MakeFullRequestImplFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected