Remove the generated file entirely
| 1935 | |
| 1936 | // Remove the generated file entirely |
| 1937 | bool ExportsGenerator::remove() { |
| 1938 | return removeFile(targetFile_); |
| 1939 | } |
| 1940 | |
| 1941 | // Convert a possible dot in package name to underscore as needed for header file |
| 1942 | std::string ExportsGenerator::dotNameHelper(const std::string & name) const { |
no test coverage detected