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

Method GetCustomCommand

Source/cmSourceFile.cxx:497–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495}
496
497cmCustomCommand* cmSourceFile::GetCustomCommand() const
498{
499 return this->CustomCommand.get();
500}
501
502void cmSourceFile::SetCustomCommand(std::unique_ptr<cmCustomCommand> cc)
503{

Callers 15

ComputeKindedSourcesMethod · 0.80
CreateCustomCommandsMethod · 0.80
CreateXCodeObjectsMethod · 0.80
WriteTargetBuildRulesMethod · 0.80
WriteCommonCodeRulesMethod · 0.80
AddCustomCommandFunction · 0.80
TraceMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected