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

Method get_source_md5

utility/import_info.cpp:405–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403}
404
405String ImportInfoModern::get_source_md5() const {
406 return src_md5;
407}
408
409void ImportInfoModern::set_source_md5(const String &md5) {
410 src_md5 = md5;

Callers 2

is_equal_toMethod · 0.45
copy_imd_v2Function · 0.45

Calls 1

get_source_countMethod · 0.80

Tested by

no test coverage detected