Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
245
void cmRST::NormalLine(std::string const& line)
246
{
247
this->Reset();
248
this->OutputLine(line, true);
249
}
250
251
void cmRST::OutputLine(std::string const& line_in, bool inlineMarkup)
252
{
Callers
1
ProcessLine
Method · 0.95
Calls
2
Reset
Method · 0.95
OutputLine
Method · 0.95
Tested by
no test coverage detected