| 77 | } |
| 78 | |
| 79 | std::string cmExportBuildSbomGenerator::GetCxxModuleFile( |
| 80 | std::string const& /*name*/) const |
| 81 | { |
| 82 | return {}; |
| 83 | } |
| 84 | |
| 85 | void cmExportBuildSbomGenerator::GenerateCxxModuleConfigInformation( |
| 86 | std::string const& /*name*/, std::ostream& /*os*/) const |
no outgoing calls
no test coverage detected