Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
405
String ImportInfoModern::get_source_md5() const {
406
return src_md5;
407
}
408
409
void ImportInfoModern::set_source_md5(const String &md5) {
410
src_md5 = md5;
Callers
2
is_equal_to
Method · 0.45
copy_imd_v2
Function · 0.45
Calls
1
get_source_count
Method · 0.80
Tested by
no test coverage detected