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

Method CloseScope

OutputFormatHelper.cpp:58–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56//-----------------------------------------------------------------------------
57
58void OutputFormatHelper::CloseScope(const NoNewLineBefore newLineBefore)
59{
60 if(NoNewLineBefore::No == newLineBefore) {
61 NewLine();
62 }
63
64 RemoveIndent();
65
66 Append('}');
67
68 DecreaseIndent();
69}
70//-----------------------------------------------------------------------------
71
72void OutputFormatHelper::RemoveIndent()

Callers 4

InsertCoroutineMethod · 0.80
InsertArgMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected