MCPcopy Create free account
hub / github.com/chipsalliance/Surelog / BuildIdentifier

Function BuildIdentifier

src/CommandLine/CommandLineParser.cpp:334–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334static std::string BuildIdentifier() {
335 return StrCat("VERSION: ", CommandLineParser::getVersionNumber(),
336 "\nBUILT : ", __DATE__, "\n");
337}
338
339void CommandLineParser::logBanner(int32_t argc, const char** argv) {
340 std::string banners = printStringArray(banner);

Callers 2

logBannerMethod · 0.85
parseCommandLineMethod · 0.85

Calls 1

StrCatFunction · 0.85

Tested by

no test coverage detected