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

Method InsertArg

CodeGenerator.cpp:237–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235 using CodeGenerator::InsertArg;
236
237 void InsertArg(const LambdaExpr* stmt) override { mOutputFormatHelper.Append(GetLambdaName(*stmt), "{}"sv); }
238};
239//-----------------------------------------------------------------------------
240

Callers

nothing calls this directly

Calls 2

AppendMethod · 0.80
GetLambdaNameFunction · 0.70

Tested by

no test coverage detected