| 25 | static constexpr char MainPathSep = '/'; |
| 26 | |
| 27 | inline TString Reconstruct() const { |
| 28 | return DoReconstruct(TStringBuf("/")); |
| 29 | } |
| 30 | |
| 31 | static constexpr bool IsPathSep(const char c) noexcept { |
| 32 | return c == '/'; |
no outgoing calls
no test coverage detected