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

Method AppendCommentNewLine

OutputFormatHelper.h:125–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 }
124
125 void AppendCommentNewLine(const std::string_view& arg)
126 {
127 AppendComment(arg);
128 NewLine();
129 }
130
131 void AppendCommentNewLine(const auto&... args)
132 {

Callers 3

InsertCoroutineMethod · 0.80
InsertArgMethod · 0.80

Calls 1

StrCatFunction · 0.85

Tested by

no test coverage detected