| 66 | } |
| 67 | |
| 68 | std::string getPublicAPIPath(std::string ProjectName) { |
| 69 | |
| 70 | return (fs::path(getProjectBaseDirPath(ProjectName)) / fs::path("api.json")) |
| 71 | .string(); |
| 72 | } |
| 73 | |
| 74 | std::string getPreSourcePath(std::string ProjectName) { |
| 75 |
nothing calls this directly
no test coverage detected