| 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 | |
| 162 | namespace NNeh { |
no outgoing calls
no test coverage detected