Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GDRETools/gdsdecomp
/ get_max_version
Method
get_max_version
bytecode/bytecode_versions.cpp:395–397 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
393
}
394
395
Ref<GodotVer> GDScriptDecompVersion::get_max_version() const {
396
return GodotVer::parse(max_version);
397
}
398
399
int GDScriptDecompVersion::get_major_version() const {
400
if (min_version.is_empty()) {
Callers
1
create_decomp_for_version
Method · 0.80
Calls
1
parse
Function · 0.85
Tested by
no test coverage detected