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

Method create_decomp

bytecode/bytecode_versions.cpp:300–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300Ref<GDScriptDecomp> GDScriptDecompVersion::create_decomp() const {
301 if (is_custom()) {
302 return GDScriptDecomp_custom::create_from_json(custom);
303 }
304 return create_decomp_for_commit(commit);
305}
306
307GDScriptDecompVersion GDScriptDecompVersion::create_version_from_custom_def(Dictionary p_custom_def){
308 static constexpr int CUSTOM_PREFIX = 0xf0000000;

Calls

no outgoing calls

Tested by

no test coverage detected