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

Function printStringArray

src/CommandLine/CommandLineParser.cpp:308–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308static std::string printStringArray(
309 const std::initializer_list<std::string_view>& all_strings) {
310 std::string report;
311 for (std::string_view s : all_strings) {
312 report.append(s).append("\n");
313 }
314 report += "\n";
315 return report;
316}
317
318void CommandLineParser::withPython() {
319#ifdef SURELOG_WITH_PYTHON

Callers 3

logBannerMethod · 0.85
logFooterMethod · 0.85
parseCommandLineMethod · 0.85

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected