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

Method NormalLine

Source/cmRST.cxx:245–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245void cmRST::NormalLine(std::string const& line)
246{
247 this->Reset();
248 this->OutputLine(line, true);
249}
250
251void cmRST::OutputLine(std::string const& line_in, bool inlineMarkup)
252{

Callers 1

ProcessLineMethod · 0.95

Calls 2

ResetMethod · 0.95
OutputLineMethod · 0.95

Tested by

no test coverage detected