MCPcopy Create free account
hub / github.com/Kitware/CMake / GenerateImportFile

Method GenerateImportFile

Source/cmExportSbomGenerator.cxx:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

GenerateMainFileMethod · 0.45

Tested by

no test coverage detected