MCPcopy Create free account
hub / github.com/Samsung/UTopia / genSignature

Method genSignature

lib/generation/SrcGenerator.cpp:87–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87std::string SrcGenerator::genSignature(const std::string &TestName) {
88 // Remove starting empty line in template
89 auto Signature = SignatureTemplate.substr(1);
90 util::replaceStrAll(Signature, "${UT_NAME}", TestName);
91 util::replaceStrAll(Signature, "${VERSION}", FTG_VERSION);
92 return Signature;
93}

Callers

nothing calls this directly

Calls 1

replaceStrAllFunction · 0.85

Tested by

no test coverage detected