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

Function printMessageText

Source/cmMessenger.cxx:64–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void printMessageText(std::ostream& msg, std::string const& text)
65{
66 msg << ":\n";
67 cmDocumentationFormatter formatter;
68 formatter.SetIndent(2u);
69 formatter.PrintFormatted(msg, text);
70}
71
72void displayMessage(MessageType t, std::ostringstream& msg)
73{

Callers 1

DisplayMessageMethod · 0.85

Calls 2

SetIndentMethod · 0.80
PrintFormattedMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…