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

Method get_md5_file_path

utility/import_info.cpp:1080–1082  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1078}
1079
1080String ImportInfoModern::get_md5_file_path() const {
1081 return (ver_major <= 3 ? "res://.import/" : "res://.godot/imported/") + get_source_file().get_file() + "-" + get_source_file().md5_text() + ".md5";
1082}
1083
1084Error ImportInfoModern::save_md5_file(const String &output_dir) {
1085 Vector<String> dest_files = get_dest_files();

Callers 1

export_importsMethod · 0.80

Calls 1

get_fileMethod · 0.45

Tested by

no test coverage detected