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

Function get_to_string

utility/import_exporter.cpp:2244–2250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2242}
2243
2244String get_to_string(const Vector<Ref<ExportReport>> &vec) {
2245 String str = "";
2246 for (auto &info : vec) {
2247 str += info->get_path() + " to " + info->get_new_source_path() + String("\n");
2248 }
2249 return str;
2250}
2251
2252String get_failed_section_string(const Vector<Ref<ExportReport>> &vec) {
2253 String str = "";

Callers 1

get_report_stringMethod · 0.85

Calls 2

get_new_source_pathMethod · 0.80
get_pathMethod · 0.45

Tested by

no test coverage detected