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

Method get_project_config_path

utility/gdre_settings.cpp:1802–1805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1800}
1801
1802String GDRESettings::get_project_config_path() {
1803 ERR_FAIL_COND_V_MSG(!is_project_config_loaded(), String(), "project config not loaded!");
1804 return current_project->pcfg->get_cfg_path();
1805}
1806
1807String GDRESettings::get_log_file_path() {
1808 if (!logger) {

Callers 2

export_importsMethod · 0.80
patch_project_configMethod · 0.80

Calls 1

get_cfg_pathMethod · 0.80

Tested by

no test coverage detected