MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / AppendNewLine

Method AppendNewLine

OutputFormatHelper.h:96–100  ·  view source on GitHub ↗

\brief Same as \ref Append but adds a newline after the last argument. Append a single character to the buffer

Source from the content-addressed store, hash-verified

94 ///
95 /// Append a single character to the buffer
96 void AppendNewLine(const char c)
97 {
98 mOutput += c;
99 NewLine();
100 }
101
102 void AppendNewLine(const std::string_view& arg)
103 {

Callers 15

InsertCoroutineMethod · 0.80
InsertArgMethod · 0.80
InsertArgMethod · 0.80
EmitGlobalVariableCtorsFunction · 0.80
InsertMethodBodyMethod · 0.80
InsertCXXMethodHeaderMethod · 0.80
InsertCXXMethodDeclMethod · 0.80
InsertTemplateMethod · 0.80

Calls 1

StrCatFunction · 0.85

Tested by

no test coverage detected