MCPcopy Index your code
hub / github.com/Kitware/CMake / GetComment

Method GetComment

Source/cmCustomCommand.cxx:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80char const* cmCustomCommand::GetComment() const
81{
82 char const* no_comment = nullptr;
83 return this->HaveComment ? this->Comment.c_str() : no_comment;
84}
85
86void cmCustomCommand::SetComment(char const* comment)
87{

Callers 11

AddEmbeddedObjectsMethod · 0.45
AppendCustomCommandMethod · 0.45
ConstructCommentMethod · 0.45
AddUtilityCommandFunction · 0.45
AddCommentPrintingMethod · 0.45
WriteMethod · 0.45
WriteLinkStatementMethod · 0.45

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected