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

Function vec_to_array

utility/import_info.cpp:434–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432 return remap_paths;
433}
434Array vec_to_array(const Vector<String> &vec) {
435 Array arr;
436 for (int64_t i = 0; i < vec.size(); i++) {
437 arr.push_back(vec[i]);
438 }
439 return arr;
440}
441} //namespace
442
443void ImportInfoModern::set_dest_files(const Vector<String> p_dest_files) {

Callers 2

set_dest_filesMethod · 0.85
_loadMethod · 0.85

Calls 2

push_backMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected