Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ NewLine
Method
NewLine
OutputFormatHelper.h:243–247 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
241
242
void Indent(unsigned count);
243
void NewLine()
244
{
245
mOutput +=
'\n'
;
246
Indent(mDefaultIndent);
247
}
248
249
void RemoveIndent();
250
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected