| 61 | } |
| 62 | |
| 63 | bool cmExportSbomGenerator::GenerateImportFile(std::ostream& os) |
| 64 | { |
| 65 | return this->GenerateMainFile(os); |
| 66 | } |
| 67 | |
| 68 | void cmExportSbomGenerator::WriteSbom(cmSbomDocument& doc, |
| 69 | std::ostream& os) const |
nothing calls this directly
no test coverage detected