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

Method get_failed

utility/import_exporter.cpp:2427–2429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2425}
2426
2427TypedArray<ExportReport> ImportExporterReport::get_failed() const {
2428 return vector_to_typed_array(failed);
2429}
2430
2431TypedArray<ExportReport> ImportExporterReport::get_not_converted() const {
2432 return vector_to_typed_array(not_converted);

Callers 3

test_exported_projectMethod · 0.80
test_export_projectFunction · 0.80

Calls 1

vector_to_typed_arrayFunction · 0.85

Tested by 2

test_exported_projectMethod · 0.64
test_export_projectFunction · 0.64