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

Method get_version_string

utility/gdre_settings.cpp:297–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297String GDRESettings::get_version_string() const {
298 return has_valid_version() ? current_project->version->as_text() : String();
299}
300uint32_t GDRESettings::get_ver_major() const {
301 return has_valid_version() ? current_project->version->get_major() : 0;
302}

Callers 4

get_default_settingsMethod · 0.80
export_importsMethod · 0.80
_pck_select_requestMethod · 0.80
test_export_projectFunction · 0.80

Calls 1

as_textMethod · 0.45

Tested by 1

test_export_projectFunction · 0.64