---------------------------------------------------------------------------
| 423 | |
| 424 | //--------------------------------------------------------------------------- |
| 425 | std::string rootName(const std::string &spath) |
| 426 | { |
| 427 | fs::path p(spath); |
| 428 | return p.root_name().string(); |
| 429 | } |
| 430 | |
| 431 | bool isRoot(const std::string &spath) |
| 432 | { |
no outgoing calls
no test coverage detected