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

Method get_source_file

utility/import_info.cpp:389–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387}
388
389String ImportInfoModern::get_source_file() const {
390 return cf->get_value("deps", "source_file", "");
391}
392
393void ImportInfoModern::set_source_file(const String &p_path) {
394 cf->set_value("deps", "source_file", p_path);

Callers 15

get_remapsMethod · 0.45
get_mapped_pathMethod · 0.45
load_import_filesMethod · 0.45
load_import_fileMethod · 0.45
rewrite_metadataMethod · 0.45
export_importsMethod · 0.45
is_equal_toMethod · 0.45
test_exportMethod · 0.45
export_resourceMethod · 0.45
test_exportMethod · 0.45

Calls 3

get_source_countMethod · 0.80
get_valueMethod · 0.45
get_source_pathMethod · 0.45

Tested by 4

test_exportMethod · 0.36
test_exportMethod · 0.36
test_exportMethod · 0.36
test_exportMethod · 0.36