Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
389
String ImportInfoModern::get_source_file() const {
390
return cf->get_value(
"deps"
,
"source_file"
,
""
);
391
}
392
393
void ImportInfoModern::set_source_file(const String &p_path) {
394
cf->set_value(
"deps"
,
"source_file"
, p_path);
Callers
15
_load_for_text_conversion
Method · 0.45
get_remaps
Method · 0.45
get_mapped_path
Method · 0.45
load_import_files
Method · 0.45
load_import_file
Method · 0.45
get_import_info_by_source
Method · 0.45
rewrite_metadata
Method · 0.45
export_imports
Method · 0.45
is_equal_to
Method · 0.45
test_export
Method · 0.45
export_resource
Method · 0.45
test_export
Method · 0.45
Calls
3
get_source_count
Method · 0.80
get_value
Method · 0.45
get_source_path
Method · 0.45
Tested by
4
test_export
Method · 0.36
test_export
Method · 0.36
test_export
Method · 0.36
test_export
Method · 0.36