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

Method OpenScope

OutputFormatHelper.h:161–166  ·  view source on GitHub ↗

\brief Open a scope by inserting a '{' followed by an indented newline.

Source from the content-addressed store, hash-verified

159
160 /// \brief Open a scope by inserting a '{' followed by an indented newline.
161 void OpenScope()
162 {
163 Append('{');
164 IncreaseIndent();
165 NewLine();
166 }
167
168 STRONG_BOOL(NoNewLineBefore);
169 /// \brief Close a scope by inserting a '}'

Callers 4

InsertCoroutineMethod · 0.80
InsertArgMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected