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

Method BuildResumeLabelName

CoroutinesCodeGenerator.cpp:883–886  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

881//-----------------------------------------------------------------------------
882
883std::string CoroutinesCodeGenerator::BuildResumeLabelName(int index) const
884{
885 return StrCat(RESUME_LABEL_PREFIX, "_"sv, mFSMName, "_"sv, index);
886}
887//-----------------------------------------------------------------------------
888
889void CoroutinesCodeGenerator::InsertArg(const CoroutineSuspendExpr* stmt)

Callers

nothing calls this directly

Calls 1

StrCatFunction · 0.85

Tested by

no test coverage detected