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

Method finish

CodeGenerator.h:132–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 }
131
132 void finish()
133 {
134 if(not mLambdaOutputFormatHelper.empty()) {
135 mOutputFormatHelper.InsertAt(mCurrentVarDeclPos, mLambdaOutputFormatHelper);
136 }
137 }
138
139 OutputFormatHelper& buffer() { return mLambdaOutputFormatHelper; }
140

Callers 1

~LambdaScopeHandlerMethod · 0.80

Calls 2

InsertAtMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected