Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GDRETools/gdsdecomp
/ is_custom
Method
is_custom
bytecode/bytecode_versions.cpp:387–389 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
385
}
386
387
bool GDScriptDecompVersion::is_custom() const {
388
return custom.size() > 0;
389
}
390
391
Ref<GodotVer> GDScriptDecompVersion::get_min_version() const {
392
return GodotVer::parse(min_version);
Callers
1
create_decomp_for_commit
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected