| 70 | } |
| 71 | |
| 72 | std::filesystem::path LinuxPath::getGlobalConfigPath() const |
| 73 | { |
| 74 | std::filesystem::path globalPath(GLOBAL_CONFIG_PATH); |
| 75 | return globalPath / mName; |
| 76 | } |
| 77 | |
| 78 | std::filesystem::path LinuxPath::getLocalPath() const |
| 79 | { |
no outgoing calls
no test coverage detected