Get the file name from the path.
| 96 | |
| 97 | // Get the file name from the path. |
| 98 | std::string GetName() const { return BaseFileName(path); } |
| 99 | |
| 100 | // Get the names of the dependencies. |
| 101 | std::vector<std::string> GetDependencies() const; |
no test coverage detected