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

Method cmExportInstallSbomGenerator

Source/cmExportInstallSbomGenerator.cxx:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32#include "cmTargetExport.h"
33
34cmExportInstallSbomGenerator::cmExportInstallSbomGenerator(
35 cmInstallExportGenerator* iegen, cmSbomArguments args)
36 : cmExportSbomGenerator(std::move(args))
37 , cmExportInstallFileGenerator(iegen)
38{
39 this->SetNamespace(cmStrCat(this->GetPackageName(), "::"_s));
40}
41
42std::string cmExportInstallSbomGenerator::GetConfigImportFileGlob() const
43{

Callers

nothing calls this directly

Calls 4

moveFunction · 0.85
SetNamespaceMethod · 0.80
GetPackageNameMethod · 0.80
cmStrCatFunction · 0.70

Tested by

no test coverage detected