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

Method insertInits

CodeGenerator.h:143–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 std::string& inits() { return mInits; }
142
143 void insertInits(OutputFormatHelper& outputFormatHelper)
144 {
145 if(not mInits.empty()) {
146 outputFormatHelper.Append(mInits);
147 mInits.clear();
148 }
149 }
150
151 LambdaCallerType callerType() const { return mLambdaCallerType; }
152 bool insertName() const { return (LambdaCallerType::Decltype != mLambdaCallerType) or mForceName; }

Callers 1

InsertArgMethod · 0.80

Calls 3

AppendMethod · 0.80
clearMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected