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

Method Append

OutputFormatHelper.h:84–84  ·  view source on GitHub ↗

\brief Append a single character Append a single character to the buffer

Source from the content-addressed store, hash-verified

82 ///
83 /// Append a single character to the buffer
84 void Append(const char c) { mOutput += c; }
85
86 void Append(const std::string_view& arg) { mOutput += arg; }
87

Callers 15

InsertCoroutineMethod · 0.80
InsertArgMethod · 0.80
insertInitsMethod · 0.80
InsertTemplateArgsMethod · 0.80
InsertArgMethod · 0.80
InsertArgMethod · 0.80
InsertArgMethod · 0.80
InsertArgMethod · 0.80
InsertArgMethod · 0.80

Calls 1

StrCatFunction · 0.85

Tested by

no test coverage detected