| 47 | } |
| 48 | |
| 49 | constexpr std::string_view StripRoot(std::string_view f) noexcept { |
| 50 | return ::NPrivate::StripRoot(::NPrivate::TStaticBuf(f.data(), f.size())).As<std::string_view>(); |
| 51 | } |
| 52 | |
| 53 | std::string EscapeJson(std::string_view str) { |
| 54 | TString result; |
no test coverage detected