Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
497
cmCustomCommand* cmSourceFile::GetCustomCommand() const
498
{
499
return this->CustomCommand.get();
500
}
501
502
void cmSourceFile::SetCustomCommand(std::unique_ptr<cmCustomCommand> cc)
503
{
Callers
15
ComputeKindedSources
Method · 0.80
CreateCustomCommands
Method · 0.80
CreateRunScriptBuildPhases
Method · 0.80
CreateXCodeObjects
Method · 0.80
WriteTargetBuildRules
Method · 0.80
WriteCommonCodeRules
Method · 0.80
WriteObjectBuildStatements
Method · 0.80
WriteObjectBuildStatement
Method · 0.80
AddCustomCommand
Function · 0.80
AppendCustomCommandToOutput
Function · 0.80
LinearGetSourceFileWithOutput
Method · 0.80
Trace
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected