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

Method AppendComment

OutputFormatHelper.h:118–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 }
117
118 void AppendComment(const std::string_view& arg)
119 {
120 Append("/* "sv);
121 Append(arg);
122 Append(" */"sv);
123 }
124
125 void AppendCommentNewLine(const std::string_view& arg)
126 {

Callers 1

InsertArgMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected