| 11 | |
| 12 | public: |
| 13 | static std::string getPath(const std::string &path) { |
| 14 | static std::string (*pathBuilder)(std::string const &) = getPathBuilder(); |
| 15 | return (*pathBuilder)(path); |
| 16 | } |
| 17 | |
| 18 | private: |
| 19 | static std::string const &getRoot() { |
nothing calls this directly
no outgoing calls
no test coverage detected