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

Method get_bytecode_revision

utility/gdre_settings.cpp:997–999  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

995}
996
997int GDRESettings::get_bytecode_revision() const {
998 return is_pack_loaded() ? current_project->bytecode_revision : 0;
999}
1000
1001Error GDRESettings::get_version_from_bin_resources() {
1002 int consistent_versions = 0;

Callers 7

reloadMethod · 0.80
_set_resource_infoMethod · 0.80
unzip_and_copy_addonMethod · 0.80
export_importsMethod · 0.80
test_exportMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_exportMethod · 0.64