Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
InsertCoroutine
Method · 0.80
InsertInstantiationPoint
Method · 0.80
InsertArg
Method · 0.80
Calls
1
StrCat
Function · 0.85
Tested by
no test coverage detected