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

Method get_uid

utility/import_info.cpp:413–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412
413String ImportInfoModern::get_uid() const {
414 return cf->get_value("remap", "uid", "");
415}
416
417Vector<String> ImportInfoModern::get_dest_files() const {
418 return cf->get_value("deps", "dest_files", Vector<String>());

Callers 1

_do_file_infoMethod · 0.45

Calls 1

get_valueMethod · 0.45

Tested by

no test coverage detected