MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / get_failed_section_string

Function get_failed_section_string

utility/import_exporter.cpp:2252–2258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2250}
2251
2252String get_failed_section_string(const Vector<Ref<ExportReport>> &vec) {
2253 String str = "";
2254 for (int i = 0; i < vec.size(); i++) {
2255 str += vec[i]->get_path() + String("\n");
2256 }
2257 return str;
2258}
2259
2260String ImportExporterReport::get_report_string() {
2261 String report;

Callers 1

get_report_stringMethod · 0.85

Calls 2

sizeMethod · 0.45
get_pathMethod · 0.45

Tested by

no test coverage detected