| 25 | |
| 26 | namespace NDetail { |
| 27 | inline TString InStringMsg(const char* s, size_t len) { |
| 28 | return (len <= 50) ? " in string " + TString(s, len).Quote() : TString(); |
| 29 | } |
| 30 | |
| 31 | template <bool isPointer> |
| 32 | struct TSelector; |
no outgoing calls
no test coverage detected